summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/xor-undef.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/xor-undef.ll')
-rw-r--r--test/CodeGen/X86/xor-undef.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/xor-undef.ll b/test/CodeGen/X86/xor-undef.ll
index 0e60d4ef08..d279fbb708 100644
--- a/test/CodeGen/X86/xor-undef.ll
+++ b/test/CodeGen/X86/xor-undef.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep xor | count 2
+; RUN: llc < %s -march=x86 -mattr=+sse2 | grep xor | count 2
define <4 x i32> @t1() {
%tmp = xor <4 x i32> undef, undef