summaryrefslogtreecommitdiff
path: root/test/Assembler/2007-04-20-AlignedLoad.ll
blob: a01fdf0271a95ae06200e6bbacd255c5233d63f0 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s |& llvm-dis |& grep 'align 1024'

define i32 @test(i32* %arg) {
entry:
        %tmp2 = load i32* %arg, align 1024      ; <i32> [#uses=1]
        ret i32 %tmp2
}