forked from OSchip/llvm-project
Modify method AllocateLocalVar to take size argument.
llvm-svn: 1320
This commit is contained in:
parent
5c8f573bbf
commit
f8cb028326
|
@ -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…
Reference in New Issue