1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/Regression/CBackend/2002-08-19-HardConstantExpr.ll
Chris Lattner c08e1244df New testcase
llvm-svn: 3395
2002-08-19 23:10:52 +00:00

5 lines
298 B
LLVM

%array = constant [2 x int] [ int 12, int 52 ] ; <[2 x int]*> [#uses=1]
%arrayPtr = global int* getelementptr ([2 x int]* %array, uint 0, uint 0) ; <int**> [#uses=1]
%arrayPtr5 = global int* getelementptr (int** %arrayPtr, uint 0, uint 5) ; <int**> [#uses=0]