blob: 1e8850a7073e41eafcc438158e727f76a1d212fe [file] [log] [blame]
Chandler Carruth4177e6f2012-07-02 12:47:22 +00001; RUN: llvm-as < %s | llvm-dis | grep "align 1024"
Duncan P. N. Exon Smith13f5c582014-08-19 21:08:27 +00002; RUN: verify-uselistorder %s
Christopher Lamb2330e4d2007-04-21 08:16:25 +00003
4define i32 @test(i32* %arg) {
5entry:
David Blaikie7c9c6ed2015-02-27 21:17:42 +00006 %tmp2 = load i32, i32* %arg, align 1024 ; <i32> [#uses=1]
Christopher Lamb2330e4d2007-04-21 08:16:25 +00007 ret i32 %tmp2
8}