From: Nico Rieck Date: Sun, 12 Jan 2014 15:57:38 +0000 (+0000) Subject: Make test independent of scheduling X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f9f10e3f951ca151f2b2430ac881a4d457b92f10;p=oota-llvm.git Make test independent of scheduling git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199055 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/i64-mem-copy.ll b/test/CodeGen/X86/i64-mem-copy.ll index edab4e6d3f0..bf778968c89 100644 --- a/test/CodeGen/X86/i64-mem-copy.ll +++ b/test/CodeGen/X86/i64-mem-copy.ll @@ -3,7 +3,7 @@ ; X64: movq ({{%rsi|%rdx}}), %r ; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -check-prefix=X32 -; X32: movsd (%ecx), %xmm +; X32: movsd ({{%ecx|%eax}}), %xmm ; Uses movsd to load / store i64 values if sse2 is available.