Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
.
/
test
/
Verifier
/
2007-12-21-InvokeParamAttrs.ll
blob: 5a8fa65dbc32be6c00d2dd8a88d0dbd0364eb9c4 [
file
] [
log
] [
blame
]
Duncan Sands
703d023
2007-12-21 19:19:01 +0000
[
diff
] [
blame
]
1
; RUN: not llvm-as < %s
2
3
declare
void
@foo
(
i8
*)
4
5
define
void
@bar
()
{
6
invoke
void
@foo
(
i8
*
signext
null
)
7
to
label
%r
unwind
label
%r
8
r
:
9
ret
void
10
}