summaryrefslogtreecommitdiff
path: root/test/Transforms/CondProp/phisimplify3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/CondProp/phisimplify3.ll')
-rw-r--r--test/Transforms/CondProp/phisimplify3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CondProp/phisimplify3.ll b/test/Transforms/CondProp/phisimplify3.ll
index df5e5eb675..6166efb110 100644
--- a/test/Transforms/CondProp/phisimplify3.ll
+++ b/test/Transforms/CondProp/phisimplify3.ll
@@ -1,4 +1,4 @@
-; RUN: opt %s -condprop | llvm-dis | not grep phi
+; RUN: opt < %s -condprop -S | not grep phi
define i32 @foo(i1, i32, i32) {
prologue: