mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-05 00:06:07 +00:00
8 lines
179 B
LLVM
8 lines
179 B
LLVM
; RUN: llvm-as < %s | llvm-dis | grep "align 1024"
|
|
|
|
define i32 @test(i32* %arg) {
|
|
entry:
|
|
%tmp2 = load i32* %arg, align 1024 ; <i32> [#uses=1]
|
|
ret i32 %tmp2
|
|
}
|