diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineInstr.h')
-rw-r--r-- | include/llvm/CodeGen/MachineInstr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index ca8f1fb..7444aa4 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); |