Sign in
llvm
/
llvm-project
/
608f4805f34aa7c283907bd6494de724c99afa79
/
.
/
llvm
/
test
/
Regression
/
Transforms
/
CodeExtractor
/
2004-11-12-InvokeExtract.ll
blob: b654266f07edb96c33fdf8d09c21e0034b5b61de [
file
]
; RUN: llvm-as < %s | opt -extract-blocks -disable-output
int
%foo
()
{
br
label
%EB
EB
:
%V
=
invoke
int
%foo
()
to
label
%Cont
unwind
label
%Unw
Cont
:
ret
int
%V
Unw
:
unwind
}