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:
parent
bf95cc12a3
commit
aca333bd44
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user