diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuffle-16.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_shuffle-16.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-16.ll b/llvm/test/CodeGen/X86/vec_shuffle-16.ll index 98133face4b..470f676d462 100644 --- a/llvm/test/CodeGen/X86/vec_shuffle-16.ll +++ b/llvm/test/CodeGen/X86/vec_shuffle-16.ll @@ -1,7 +1,7 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2 -mtriple=i386-apple-darwin -o %t +; RUN: llc < %s -march=x86 -mattr=+sse,-sse2 -mtriple=i386-apple-darwin -o %t ; RUN: grep shufps %t | count 4 ; RUN: grep movaps %t | count 2 -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t +; RUN: llc < %s -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t ; RUN: grep pshufd %t | count 4 ; RUN: not grep shufps %t ; RUN: not grep mov %t |