summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/insertelement-copytoregs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/insertelement-copytoregs.ll')
-rw-r--r--test/CodeGen/X86/insertelement-copytoregs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/insertelement-copytoregs.ll b/test/CodeGen/X86/insertelement-copytoregs.ll
index 0eef517..34a29ca 100644
--- a/test/CodeGen/X86/insertelement-copytoregs.ll
+++ b/test/CodeGen/X86/insertelement-copytoregs.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep -v IMPLICIT_DEF
+; RUN: llc < %s -march=x86-64 | grep -v IMPLICIT_DEF
define void @foo(<2 x float>* %p) {
%t = insertelement <2 x float> undef, float 0.0, i32 0
OpenPOWER on IntegriCloud