blob: 1b08c48444c561e985be107f26a68353e47a249b [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 void @test(i32* %arg) {
4entry:
5 store i32 0, i32* %arg, align 1024
6 ret void
7}