summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/setcc-strength-reduce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/setcc-strength-reduce.ll')
-rw-r--r--test/Transforms/InstCombine/setcc-strength-reduce.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/setcc-strength-reduce.ll b/test/Transforms/InstCombine/setcc-strength-reduce.ll
index 9931ccb..62ab116 100644
--- a/test/Transforms/InstCombine/setcc-strength-reduce.ll
+++ b/test/Transforms/InstCombine/setcc-strength-reduce.ll
@@ -2,7 +2,7 @@
; working. Basically this boils down to converting setlt,gt,le,ge instructions
; into equivalent setne,eq instructions.
;
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
; RUN: grep -v {icmp eq} | grep -v {icmp ne} | not grep icmp
; END.
OpenPOWER on IntegriCloud