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 the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2009-06-14-HighlyAligned.c
blob
4678b75b6daf93a4f19db4f79e44df5f622abe3a
1
// RUN: %llvmgcc %s -S
2
// PR4332
3
4
static int
highly_aligned
__attribute__
((
aligned
(
4096
)));
5
6
int
f
() {
7
return
highly_aligned
;
8
}