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