Make test work on non-x86 machines (like my G4 PPC).

llvm-svn: 52619
This commit is contained in:
Bill Wendling 2008-06-23 06:16:31 +00:00
parent 00fdbd01e5
commit 559067c55c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 | grep movsd | count 5
; RUN: llvm-as < %s | llc -march=x86 | grep movl | count 2
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movsd | count 5
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movl | count 2
@atomic = global double 0.000000e+00 ; <double*> [#uses=1]
@atomic2 = global double 0.000000e+00 ; <double*> [#uses=1]