blob: 6e4d1b39e7edf6d6c8f514768be6b03d77a8fb4a [file] [log] [blame]
; RUN: llvm-upgrade < %s | llvm-as | opt -inline -disable-output
implementation
int %main() {
entry:
invoke void %__main( )
to label %LongJmpBlkPre except label %LongJmpBlkPre
LongJmpBlkPre:
%i.3 = phi uint [ 0, %entry ], [ 0, %entry]
ret int 0
}
void %__main() {
ret void
}