1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Checkin an old bug, which appears to be fixed

llvm-svn: 8966
This commit is contained in:
Chris Lattner 2003-10-08 18:26:10 +00:00
parent bf95cc12a3
commit aca333bd44

View File

@ -0,0 +1,17 @@
; RUN: llvm-as < %s | 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
}