diff options
Diffstat (limited to 'test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll')
-rw-r--r-- | test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll b/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll index 8a81a33..2b64212 100644 --- a/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll +++ b/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll @@ -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] |