blob: f0217aec2ced0c90e89149f4a6c42a5332139191 [file] [log] [blame]
Dan Gohman131c60a2007-12-11 15:41:11 +00001; RUN: llvm-as < %s | llvm-dis | grep {align 1024}
Christopher Lamb2330e4d2007-04-21 08:16:25 +00002
3define i32 @test(i32* %arg) {
4entry:
5 %tmp2 = load i32* %arg, align 1024 ; <i32> [#uses=1]
6 ret i32 %tmp2
7}