summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/canonicalize_branch.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/canonicalize_branch.ll')
-rw-r--r--test/Transforms/InstCombine/canonicalize_branch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/canonicalize_branch.ll b/test/Transforms/InstCombine/canonicalize_branch.ll
index 874cd4e417..1a9e966edb 100644
--- a/test/Transforms/InstCombine/canonicalize_branch.ll
+++ b/test/Transforms/InstCombine/canonicalize_branch.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | \
+; RUN: opt %s -instcombine -S | \
; RUN: not grep {icmp ne\|icmp ule\|icmp uge}
define i32 @test1(i32 %X, i32 %Y) {