summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/fold-bin-operand.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/fold-bin-operand.ll')
-rw-r--r--test/Transforms/InstCombine/fold-bin-operand.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/fold-bin-operand.ll b/test/Transforms/InstCombine/fold-bin-operand.ll
index e884e1948e..23af69ead9 100644
--- a/test/Transforms/InstCombine/fold-bin-operand.ll
+++ b/test/Transforms/InstCombine/fold-bin-operand.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep icmp
+; RUN: opt %s -instcombine | llvm-dis | not grep icmp
define i1 @f(i1 %x) {
%b = and i1 %x, icmp eq (i8* inttoptr (i32 1 to i8*), i8* inttoptr (i32 2 to i8*))