diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index ca8f1fb1ec9..7444aa4b845 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -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);