mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
329af05ad3
failure to assemble). llvm-svn: 40696
11 lines
224 B
LLVM
11 lines
224 B
LLVM
; RUN: llvm-upgrade < %s | not llvm-as &| grep {not verify as correct}
|
|
; PR1042
|
|
|
|
int %foo() {
|
|
%A = invoke int %foo( )
|
|
to label %L unwind label %L ; <int> [#uses=1]
|
|
|
|
L: ; preds = %0, %0
|
|
ret int %A
|
|
}
|