blob: d1db941f096c0399ae4b78e65883164dda6cfb94 [file] [log] [blame]
Chris Lattnerb8d3fd02003-10-08 18:26:10 +00001; RUN: llvm-as < %s | 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