Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9737a63ed8786e58e5aa261df1587673c9eba32d
/
.
/
llvm
/
test
/
Transforms
/
CodeExtractor
/
2004-11-12-InvokeExtract.ll
blob: 19769a2bf84eb2ec8a0217d6c44f066210f88131 [
file
] [
log
] [
blame
]
; RUN: opt %s -extract-blocks -disable-output
define
i32
@foo
()
{
br
label
%EB
EB
:
; preds = %0
%V
=
invoke
i32
@foo
(
)
to
label
%Cont
unwind
label
%Unw
; <i32> [#uses=1]
Cont
:
; preds = %EB
ret
i32
%V
Unw
:
; preds = %EB
unwind
}