diff options
Diffstat (limited to 'test/Transforms/CondProp/basictest.ll')
-rw-r--r-- | test/Transforms/CondProp/basictest.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/CondProp/basictest.ll b/test/Transforms/CondProp/basictest.ll index 7a9fc60..afe5b35 100644 --- a/test/Transforms/CondProp/basictest.ll +++ b/test/Transforms/CondProp/basictest.ll @@ -1,6 +1,6 @@ -; RUN: opt %s -condprop | llvm-dis | \ +; RUN: opt %s -condprop -S | \ ; RUN: not grep {br label} -; RUN: opt %s -condprop | llvm-dis | not grep T2 +; RUN: opt %s -condprop -S | not grep T2 define i32 @test(i1 %C) { |