mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
fix buggy testcase
llvm-svn: 32626
This commit is contained in:
parent
47233817d3
commit
8ef8f5d01c
@ -3,7 +3,9 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg -disable-output
|
||||
|
||||
int %test() {
|
||||
%A = invoke int %test() to label %Ret except label %Ret
|
||||
%A = invoke int %test() to label %Ret except label %Ret2
|
||||
Ret:
|
||||
ret int %A
|
||||
Ret2:
|
||||
ret int undef
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user