mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
df35a1cb4b
commit
0f7c8c29d3
4
test/CBackend/2002-08-19-HardConstantExpr.ll
Normal file
4
test/CBackend/2002-08-19-HardConstantExpr.ll
Normal file
@ -0,0 +1,4 @@
|
||||
%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]
|
||||
|
4
test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
Normal file
4
test/CodeGen/CBackend/2002-08-19-HardConstantExpr.ll
Normal file
@ -0,0 +1,4 @@
|
||||
%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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user