Remove dead blocks in the end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel
2009-02-05 19:59:42 +00:00
parent 1851db6b0f
commit 39c873e38f
2 changed files with 15 additions and 3 deletions

View 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) {