Sign in
swiftshader
/
SwiftShader
/
02956e4cced01486b0b73ff277a3ec350bb7fde9
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
SimplifyCFG
/
2007-11-22-InvokeNoUnwind.ll
blob: a20c46e1ad1f922e573eb53103f263f4b04b99a3 [
file
] [
log
] [
blame
]
; RUN: opt < %s -simplifycfg -S | not grep invoke
declare
i32
@func
(
i8
*)
nounwind
define
i32
@test
()
{
invoke
i32
@func
(
i8
*
null
)
to
label
%Cont
unwind
label
%Other
; <i32>:1 [#uses=0]
Cont
:
; preds = %0
ret
i32
0
Other
:
; preds = %0
ret
i32
1
}