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
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
CBackend
/
2007-07-11-PackedStruct.ll
blob
6057616111844be4f9f31234a8268fc159281ba1
1
; RUN: llvm-as < %s | llc -march=c | grep {packed}
2
3
%struct.p = type <{ i16 }>
4
5
define i32 @main() {
6
entry:
7
%t = alloca %struct.p, align 2
8
ret i32 5
9
}