diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineFunction.h')
-rw-r--r-- | include/llvm/CodeGen/MachineFunction.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index 9970c1f926..d8f3339e17 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -73,11 +73,12 @@ public: int computeOffsetforLocalVar (const TargetMachine& target, const Value* local, - unsigned int size = 0); + unsigned int& getPaddedSize, + unsigned int sizeToUse = 0); int allocateLocalVar (const TargetMachine& target, const Value* local, - unsigned int size = 0); + unsigned int sizeToUse = 0); int allocateSpilledValue (const TargetMachine& target, const Type* type); |