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