[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFrameInfo.h
Chris Lattner
lattner at cs.uiuc.edu
Sun Aug 15 15:02:46 PDT 2004
Changes in directory llvm/include/llvm/CodeGen:
MachineFrameInfo.h updated: 1.10 -> 1.11
---
Log message:
Remove helper method
---
Diffs of the changes: (+1 -2)
Index: llvm/include/llvm/CodeGen/MachineFrameInfo.h
diff -u llvm/include/llvm/CodeGen/MachineFrameInfo.h:1.10 llvm/include/llvm/CodeGen/MachineFrameInfo.h:1.11
--- llvm/include/llvm/CodeGen/MachineFrameInfo.h:1.10 Sat Feb 14 23:52:36 2004
+++ llvm/include/llvm/CodeGen/MachineFrameInfo.h Sun Aug 15 17:02:36 2004
@@ -197,10 +197,9 @@
}
/// CreateStackObject - Create a stack object for a value of the specified
- /// LLVM type or register class.
+ /// LLVM type.
///
int CreateStackObject(const Type *Ty, const TargetData &TD);
- int CreateStackObject(const TargetRegisterClass *RC);
/// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
/// variable sized object has been created. This must be created whenever a
More information about the llvm-commits
mailing list