summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/all-ones-vector.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/all-ones-vector.ll')
-rw-r--r--test/CodeGen/X86/all-ones-vector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/all-ones-vector.ll b/test/CodeGen/X86/all-ones-vector.ll
index 01c0e36ea2..10fecadaa0 100644
--- a/test/CodeGen/X86/all-ones-vector.ll
+++ b/test/CodeGen/X86/all-ones-vector.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 | grep pcmpeqd | count 4
+; RUN: llc < %s -march=x86 -mattr=sse2 | grep pcmpeqd | count 4
define <4 x i32> @ioo() nounwind {
ret <4 x i32> <i32 -1, i32 -1, i32 -1, i32 -1>