summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/vec_shuffle-23.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_shuffle-23.ll')
-rw-r--r--llvm/test/CodeGen/X86/vec_shuffle-23.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vec_shuffle-23.ll b/llvm/test/CodeGen/X86/vec_shuffle-23.ll
index 7e8aa5dc4bf..05a3a1e9d27 100644
--- a/llvm/test/CodeGen/X86/vec_shuffle-23.ll
+++ b/llvm/test/CodeGen/X86/vec_shuffle-23.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep punpck
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pshufd
+; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep punpck
+; RUN: llc < %s -march=x86 -mattr=+sse2 | grep pshufd
define i32 @t() nounwind {
entry:
OpenPOWER on IntegriCloud