summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_ins_extract.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vec_ins_extract.ll')
-rw-r--r--test/CodeGen/X86/vec_ins_extract.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_ins_extract.ll b/test/CodeGen/X86/vec_ins_extract.ll
index 7882839..bf43deb 100644
--- a/test/CodeGen/X86/vec_ins_extract.ll
+++ b/test/CodeGen/X86/vec_ins_extract.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -scalarrepl -instcombine | \
+; RUN: opt < %s -scalarrepl -instcombine | \
; RUN: llc -march=x86 -mcpu=yonah | not grep sub.*esp
; This checks that various insert/extract idiom work without going to the
OpenPOWER on IntegriCloud