repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir parsing
[llvm-core.git]
/
test
/
Verifier
/
2007-12-21-InvokeParamAttrs.ll
blob
c62bc0f4e190f00b41494521c67688211c3969cf
1
; RUN: not llvm-as < %s > /dev/null 2>&1
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
}