repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update the names of the exception handling sjlj instrinsics to
[llvm/avr.git]
/
test
/
Assembler
/
2005-01-31-CallingAggregateFunction.ll
blob
14045138f811e04975f073e85cd943ae6833d0d1
1
; RUN: llvm-as %s -o /dev/null -f
2
3
define void @test() {
4
call {i32} @foo()
5
ret void
6
}
7
8
declare {i32 } @foo()