summaryrefslogtreecommitdiff
path: root/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll')
-rw-r--r--test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll b/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
index 6eadb0a77e..c3600673d5 100644
--- a/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
+++ b/test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll
@@ -1,6 +1,6 @@
; SetCC on boolean values was not implemented!
-; RUN: opt %s -constprop -die | llvm-dis | \
+; RUN: opt %s -constprop -die -S | \
; RUN: not grep set
define i1 @test1() {