Remove dead blocks in the end.
[oota-llvm.git] / test / Transforms / CondProp / basictest.ll
index eda104d328399b1c15a40f19f5b250fa1870e522..317247caf585e3bb77789d65d6eb9b5c100c613c 100644 (file)
@@ -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) {