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 8fbf76e494
commit ec7d69586c

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