mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Moved to Regression/Codegen/Generic.
llvm-svn: 23829
This commit is contained in:
parent
c1547066cd
commit
ef91e2976a
@ -1,13 +0,0 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 -enable-correct-eh-support
|
||||
|
||||
int %test() {
|
||||
unwind
|
||||
}
|
||||
|
||||
int %main() {
|
||||
%X = invoke int %test() to label %cont except label %EH
|
||||
cont:
|
||||
ret int 1
|
||||
EH:
|
||||
ret int 0
|
||||
}
|
Loading…
Reference in New Issue
Block a user