diff options
Diffstat (limited to 'test/Transforms/CondProp/phisimplify.ll')
-rw-r--r-- | test/Transforms/CondProp/phisimplify.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/CondProp/phisimplify.ll b/test/Transforms/CondProp/phisimplify.ll index 97cd7369a9..ce33f1e59a 100644 --- a/test/Transforms/CondProp/phisimplify.ll +++ b/test/Transforms/CondProp/phisimplify.ll @@ -1,4 +1,4 @@ -; RUN: opt %s -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 [ |