[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 29 17:41:05 PST 2002
Changes in directory llvm/include/llvm/CodeGen:
MachineFunction.h updated: 1.17 -> 1.18
---
Log message:
Add method
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/MachineFunction.h
diff -u llvm/include/llvm/CodeGen/MachineFunction.h:1.17 llvm/include/llvm/CodeGen/MachineFunction.h:1.18
--- llvm/include/llvm/CodeGen/MachineFunction.h:1.17 Tue Oct 29 11:14:10 2002
+++ llvm/include/llvm/CodeGen/MachineFunction.h Tue Oct 29 17:40:30 2002
@@ -49,6 +49,12 @@
public:
MachineFunction(const Function *Fn, const TargetMachine& target);
+
+ /// CalculateArgSize - Call this method to fill in the maxOptionalArgsSize &
+ /// staticStackSize fields...
+ ///
+ void CalculateArgSize();
+
/// getFunction - Return the LLVM function that this machine code represents
///
const Function *getFunction() const { return Fn; }
More information about the llvm-commits
mailing list