blob: 56f2b2b002f117e86db64b00e8043e5f7d39c4d0 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output
2
3void %test() {
4entry:
5 br label %UnifiedReturnBlock
6
7UnifiedReturnBlock:
8 ret void
9
10invoke_catch.0: ; No predecessors!
11 br bool false, label %UnifiedUnwindBlock, label %UnifiedReturnBlock
12
13UnifiedUnwindBlock: ; preds = %invoke_catch.0
14 unwind
15
16}