Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
.
/
test
/
Transforms
/
SimplifyCFG
/
2003-08-05-InvokeCrash.ll
blob: c019931c07e756a8948c2cc2ab05d90921ce9333 [
file
] [
log
] [
blame
]
; Do not remove the invoke!
;
; RUN: opt < %s -simplifycfg -disable-output
define
i32
@test
()
{
%A
=
invoke
i32
@test
(
)
to
label
%Ret
unwind
label
%Ret2
; <i32> [#uses=1]
Ret
:
; preds = %0
ret
i32
%A
Ret2
:
; preds = %0
ret
i32
undef
}