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
Fix PR4948 (and a leak): by not destroying the DwarfException
[llvm/avr.git]
/
test
/
Assembler
/
2007-04-20-AlignedLoad.ll
blob
f0217aec2ced0c90e89149f4a6c42a5332139191
1
; RUN: llvm-as < %s | llvm-dis | grep {align 1024}
2
3
define i32 @test(i32* %arg) {
4
entry:
5
%tmp2 = load i32* %arg, align 1024 ; <i32> [#uses=1]
6
ret i32 %tmp2
7
}