summaryrefslogtreecommitdiffstats
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 d2f2753..c30a245 100644
--- a/test/Transforms/InstCombine/and-compare.ll
+++ b/test/Transforms/InstCombine/and-compare.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
; RUN: grep and | count 1
; Should be optimized to one and.
OpenPOWER on IntegriCloud