1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll

6 lines
208 B
LLVM
Raw Normal View History

; RUN: llc < %s -march=c
2004-11-06 22:40:51 +01:00
@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]
2002-08-20 01:10:52 +02:00