Skip to content

Commit

Permalink
Make test independent of scheduling
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199055 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gix committed Jan 12, 2014
1 parent 486fdaa commit f9f10e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/i64-mem-copy.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f9f10e3

Please sign in to comment.