mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-10 02:25:47 +00:00
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100160 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
201 B
LLVM
7 lines
201 B
LLVM
; RUN: opt -globalopt -S < %s | grep {, align 16}
|
|
|
|
; Globalopt should refine the alignment for global variables.
|
|
|
|
target datalayout = "e-p:64:64:64"
|
|
@a = global [4 x i32] [i32 2, i32 3, i32 4, i32 5 ]
|