Modify method AllocateLocalVar to take size argument.

llvm-svn: 1320
This commit is contained in:
Vikram S. Adve 2001-11-15 15:23:02 +00:00
parent 5c8f573bbf
commit f8cb028326
1 changed files with 2 additions and 1 deletions

View File

@ -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);