blob: a88e04155bff9e374cda686631394f95910558e4 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -adce -disable-output
2
3implementation ; Functions:
4
5void %test() {
6 br bool false, label %then, label %endif
7
8then:
9 invoke void null( sbyte* null )
10 to label %invoke_cont except label %invoke_catch
11
12invoke_catch:
13 unwind
14
15invoke_cont:
16 ret void
17
18endif:
19 ret void
20}