Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c656cbb8c20d1ea38bdb5d1ac39dbcd0405a98dc
/
.
/
llvm
/
test
/
Verifier
/
invoke-1.ll
blob: dd606f09c82dd881fe3563cee8f531837876f9a1 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | not llvm-as &| grep {not verify as correct}
; PR1042
int
%foo
()
{
%A
=
invoke
int
%foo
(
)
to
label
%L
unwind
label
%L
; <int> [#uses=1]
L
:
; preds = %0, %0
ret
int
%A
}