Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c656cbb8c20d1ea38bdb5d1ac39dbcd0405a98dc
/
.
/
llvm
/
test
/
Transforms
/
SimplifyCFG
/
2003-08-05-InvokeCrash.ll
blob: 811fe50b4c745651790c8885f36c4626e5323d4f [
file
] [
log
] [
blame
]
; Do not remove the invoke!
;
; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg -disable-output
int
%test
()
{
%A
=
invoke
int
%test
()
to
label
%Ret
except
label
%Ret2
Ret
:
ret
int
%A
Ret2
:
ret
int
undef
}