summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/insertelement-legalize.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/insertelement-legalize.ll')
-rw-r--r--test/CodeGen/X86/insertelement-legalize.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/insertelement-legalize.ll b/test/CodeGen/X86/insertelement-legalize.ll
index 95e17b40bc8..18aade2bb30 100644
--- a/test/CodeGen/X86/insertelement-legalize.ll
+++ b/test/CodeGen/X86/insertelement-legalize.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -disable-mmx
+; RUN: llc < %s -march=x86 -disable-mmx
; Test to check that we properly legalize an insert vector element
define void @test(<2 x i64> %val, <2 x i64>* %dst, i64 %x) nounwind {