summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/maskmovdqu.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/maskmovdqu.ll')
-rw-r--r--test/CodeGen/X86/maskmovdqu.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/maskmovdqu.ll b/test/CodeGen/X86/maskmovdqu.ll
index 4d1ed1d..7796f0e 100644
--- a/test/CodeGen/X86/maskmovdqu.ll
+++ b/test/CodeGen/X86/maskmovdqu.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep -i EDI
-; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2 | grep -i RDI
+; RUN: llc < %s -march=x86 -mattr=+sse2 | grep -i EDI
+; RUN: llc < %s -march=x86-64 -mattr=+sse2 | grep -i RDI
; rdar://6573467
define void @test(<16 x i8> %a, <16 x i8> %b, i32 %dummy, i8* %c) nounwind {
OpenPOWER on IntegriCloud