summaryrefslogtreecommitdiffstats
path: root/test/Transforms/CondProp/phisimplify.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/CondProp/phisimplify.ll')
-rw-r--r--test/Transforms/CondProp/phisimplify.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CondProp/phisimplify.ll b/test/Transforms/CondProp/phisimplify.ll
index 5b5a304..ce33f1e 100644
--- a/test/Transforms/CondProp/phisimplify.ll
+++ b/test/Transforms/CondProp/phisimplify.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -condprop | llvm-dis | not grep phi
+; RUN: opt < %s -condprop -S | not grep phi
define i32 @test(i32 %C, i1 %Val) {
switch i32 %C, label %T1 [
OpenPOWER on IntegriCloud