llvm-6502/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
2009-09-09 00:09:15 +00:00

6 lines
208 B
LLVM

; RUN: llc < %s -march=c
@array = constant [2 x i32] [ i32 12, i32 52 ] ; <[2 x i32]*> [#uses=1]
@arrayPtr = global i32* getelementptr ([2 x i32]* @array, i64 0, i64 0) ; <i32**> [#uses=0]