diff options
Diffstat (limited to 'test/CodeGen/X86/vec_set-B.ll')
-rw-r--r-- | test/CodeGen/X86/vec_set-B.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vec_set-B.ll b/test/CodeGen/X86/vec_set-B.ll index e4e5667..a53116c 100644 --- a/test/CodeGen/X86/vec_set-B.ll +++ b/test/CodeGen/X86/vec_set-B.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 | not grep movaps -; RUN: llvm-as < %s | llc -march=x86 | grep esp | count 2 +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep movaps +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep esp | count 2 ; These should both generate something like this: ;_test3: |