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
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
Assembler
/
2007-04-20-AlignedStore.ll
blob
1b08c48444c561e985be107f26a68353e47a249b
1
; RUN: llvm-as < %s | llvm-dis | grep {align 1024}
2
3
define void @test(i32* %arg) {
4
entry:
5
store i32 0, i32* %arg, align 1024
6
ret void
7
}