blob: 6e4d1b39e7edf6d6c8f514768be6b03d77a8fb4a [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | opt -inline -disable-output
2implementation
3
4int %main() {
5entry:
6 invoke void %__main( )
7 to label %LongJmpBlkPre except label %LongJmpBlkPre
8
9LongJmpBlkPre:
10 %i.3 = phi uint [ 0, %entry ], [ 0, %entry]
11 ret int 0
12}
13
14void %__main() {
15 ret void
16}
17