mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-11 23:37:39 +00:00
Modify method AllocateLocalVar to take size argument.
llvm-svn: 1320
This commit is contained in:
parent
8fbf76e494
commit
ec7d69586c
@ -587,7 +587,8 @@ public:
|
||||
inline void markAsLeafMethod() { compiledAsLeaf = true; }
|
||||
|
||||
int allocateLocalVar (const TargetMachine& target,
|
||||
const Value* local);
|
||||
const Value* local,
|
||||
unsigned int size = 0);
|
||||
|
||||
int allocateSpilledValue (const TargetMachine& target,
|
||||
const Type* type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user