summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/and-compare.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/and-compare.ll')
-rw-r--r--test/Transforms/InstCombine/and-compare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/and-compare.ll b/test/Transforms/InstCombine/and-compare.ll
index 97a3f17f55..c30a245e41 100644
--- a/test/Transforms/InstCombine/and-compare.ll
+++ b/test/Transforms/InstCombine/and-compare.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
; RUN: grep and | count 1
; Should be optimized to one and.