Skip to content

Commit f15341c

Browse files
committed
Make test independent of scheduling
llvm-svn: 199055
1 parent eee5968 commit f15341c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/i64-mem-copy.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; X64: movq ({{%rsi|%rdx}}), %r
44

55
; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -check-prefix=X32
6-
; X32: movsd (%ecx), %xmm
6+
; X32: movsd ({{%ecx|%eax}}), %xmm
77

88
; Uses movsd to load / store i64 values if sse2 is available.
99

0 commit comments

Comments
 (0)