Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
28ae151c48df634b4df5b3630a9a65021574fb4c
/
.
/
test
/
Verifier
/
invoke-1.ll
blob: 362f2680993bc70f3a3aa1acfe482b37a70f43e4 [
file
] [
log
] [
blame
]
Chris Lattner
adbb638
2006-12-16 02:26:57 +0000
[
diff
] [
blame
]
1
; RUN: not llvm-as < %s -o /dev/null -f
2
; PR1042
3
4
int
%foo
()
{
5
%A
=
invoke
int
%foo
(
)
6
to
label
%L
unwind
label
%L
; <int> [#uses=1]
7
8
L
:
; preds = %0, %0
9
ret
int
%A
10
}