mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Additional testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2442 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
66333632a8
commit
fecfa61009
@ -11,6 +11,12 @@ declare int "ArrayRef"([100 x int] * %Array, uint %I, uint %J)
|
||||
|
||||
implementation
|
||||
|
||||
int "test"([20 x [10 x [5 x int]]] * %A)
|
||||
begin
|
||||
%i = load [20 x [10 x [5 x int]]] * %A, uint 1, uint 2, uint 3, uint 4
|
||||
ret int %i
|
||||
end
|
||||
|
||||
void "InitializeMixed"(%Mixed_struct * %M, int %base)
|
||||
begin
|
||||
bb0: ;[#uses=2]
|
||||
|
Loading…
Reference in New Issue
Block a user