[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 31 15:50:03 PDT 2005



Changes in directory llvm/include/llvm/CodeGen:

MachineFunction.h updated: 1.54 -> 1.55
---
Log message:

remove an inappropriate comment


---
Diffs of the changes:  (+1 -2)

 MachineFunction.h |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/include/llvm/CodeGen/MachineFunction.h
diff -u llvm/include/llvm/CodeGen/MachineFunction.h:1.54 llvm/include/llvm/CodeGen/MachineFunction.h:1.55
--- llvm/include/llvm/CodeGen/MachineFunction.h:1.54	Fri May 13 02:07:52 2005
+++ llvm/include/llvm/CodeGen/MachineFunction.h	Wed Aug 31 17:49:51 2005
@@ -143,8 +143,7 @@
   MachineConstantPool *getConstantPool() const { return ConstantPool; }
 
   /// MachineFunctionInfo - Keep track of various per-function pieces of
-  /// information for backends that would like to do so. (Currently,
-  /// SPARC and IA64.)
+  /// information for backends that would like to do so.
   ///
   template<typename Ty>
   Ty *getInfo() {






More information about the llvm-commits mailing list