repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
This should always be signed chars, so use int8_t. This fixes a miscompile when
[llvm/stm8.git]
/
test
/
Assembler
/
2005-01-31-CallingAggregateFunction.ll
blob
ce769a2e9d7bfcc5270811cc8a97de0a2a2b7b62
1
; RUN: llvm-as %s -o /dev/null
2
3
define void @test() {
4
call {i32} @foo()
5
ret void
6
}
7
8
declare {i32 } @foo()