summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/mmx-insert-element.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/mmx-insert-element.ll')
-rw-r--r--test/CodeGen/X86/mmx-insert-element.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/mmx-insert-element.ll b/test/CodeGen/X86/mmx-insert-element.ll
index 0aa476d..a063ee1 100644
--- a/test/CodeGen/X86/mmx-insert-element.ll
+++ b/test/CodeGen/X86/mmx-insert-element.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx | not grep movq
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+mmx | grep psllq
+; RUN: llc < %s -march=x86 -mattr=+mmx | not grep movq
+; RUN: llc < %s -march=x86 -mattr=+mmx | grep psllq
define <2 x i32> @qux(i32 %A) nounwind {
%tmp3 = insertelement <2 x i32> < i32 0, i32 undef >, i32 %A, i32 1 ; <<2 x i32>> [#uses=1]
OpenPOWER on IntegriCloud