summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/ashr-nop.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/ashr-nop.ll')
-rw-r--r--test/Transforms/InstCombine/ashr-nop.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/ashr-nop.ll b/test/Transforms/InstCombine/ashr-nop.ll
index bb0da34..870ede3 100644
--- a/test/Transforms/InstCombine/ashr-nop.ll
+++ b/test/Transforms/InstCombine/ashr-nop.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep ashr
+; RUN: opt < %s -instcombine -S | not grep ashr
define i32 @foo(i32 %x) {
%o = and i32 %x, 1
OpenPOWER on IntegriCloud