mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
Modify method AllocateLocalVar to take size argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1320 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
345bcc8be1
commit
abf73cedd4
@ -587,7 +587,8 @@ public:
|
|||||||
inline void markAsLeafMethod() { compiledAsLeaf = true; }
|
inline void markAsLeafMethod() { compiledAsLeaf = true; }
|
||||||
|
|
||||||
int allocateLocalVar (const TargetMachine& target,
|
int allocateLocalVar (const TargetMachine& target,
|
||||||
const Value* local);
|
const Value* local,
|
||||||
|
unsigned int size = 0);
|
||||||
|
|
||||||
int allocateSpilledValue (const TargetMachine& target,
|
int allocateSpilledValue (const TargetMachine& target,
|
||||||
const Type* type);
|
const Type* type);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user