mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-30 20:34:21 +00:00
Convert old style gep index from uint to long
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4527 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35b74c4e54
commit
69afeca154
@ -14,7 +14,7 @@ begin
|
||||
%reg110 = malloc uint, uint 4
|
||||
store uint %Depth, uint* %reg110
|
||||
%reg113 = call %List* %createList( uint %Depth )
|
||||
%reg217 = getelementptr uint* %reg110, uint 2
|
||||
%reg217 = getelementptr uint* %reg110, long 2
|
||||
%cast221 = cast uint* %reg217 to %List**
|
||||
store %List* %reg113, %List** %cast221
|
||||
%cast222 = cast uint* %reg110 to %List*
|
||||
|
Loading…
x
Reference in New Issue
Block a user