summaryrefslogtreecommitdiffstats
path: root/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll')
-rw-r--r--test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll b/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
index 889ef56..e46a875 100644
--- a/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
+++ b/test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: opt < %s -instcombine -S | \
; RUN: grep {ret i1 false}
define i1 @test() {
%X = trunc i32 320 to i1 ; <i1> [#uses=1]
OpenPOWER on IntegriCloud