blob: f0217aec2ced0c90e89149f4a6c42a5332139191 [file] [log] [blame]
; 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
}