blob: c3681fc9369b621e8e7682d35a3279182256a65a [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-as < %s |& llvm-dis | grep 'align 1024'
2
3define void @test(i32* %arg) {
4entry:
5 store i32 0, i32* %arg, align 1024
6 ret void
7}