summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/xor_not.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/xor_not.ll')
-rw-r--r--test/CodeGen/X86/xor_not.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/xor_not.ll b/test/CodeGen/X86/xor_not.ll
index 0b1abdf415..34fd0f0a83 100644
--- a/test/CodeGen/X86/xor_not.ll
+++ b/test/CodeGen/X86/xor_not.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep {not\[lwb\]} | count 4
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {not\[lwb\]} | count 4
+; RUN: llc < %s -march=x86 | grep {not\[lwb\]} | count 4
+; RUN: llc < %s -march=x86-64 | grep {not\[lwb\]} | count 4
define i32 @test(i32 %a, i32 %b) nounwind {
entry:
%tmp1not = xor i32 %b, -2