summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/vec_loadsingles.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/vec_loadsingles.ll')
-rw-r--r--test/CodeGen/X86/vec_loadsingles.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_loadsingles.ll b/test/CodeGen/X86/vec_loadsingles.ll
index 6712276..8812c4f 100644
--- a/test/CodeGen/X86/vec_loadsingles.ll
+++ b/test/CodeGen/X86/vec_loadsingles.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movq
+; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movq
define <4 x float> @a(<4 x float> %a, float* nocapture %p) nounwind readonly {
entry:
OpenPOWER on IntegriCloud