summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-06-18-BadShuffle.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2008-06-18-BadShuffle.ll')
-rw-r--r--test/CodeGen/X86/2008-06-18-BadShuffle.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-06-18-BadShuffle.ll b/test/CodeGen/X86/2008-06-18-BadShuffle.ll
index ba0a1f90ab..66f9065799 100644
--- a/test/CodeGen/X86/2008-06-18-BadShuffle.ll
+++ b/test/CodeGen/X86/2008-06-18-BadShuffle.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=i386 -mattr=+sse2 | grep pinsrw
+; RUN: llc < %s -march=x86 -mcpu=i386 -mattr=+sse2 | grep pinsrw
; Test to make sure we actually insert the bottom element of the vector
define <8 x i16> @a(<8 x i16> %a) nounwind {