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

Duraid Madina duraid at octopus.com.au
Thu Mar 17 10:23:33 PST 2005



Changes in directory llvm/include/llvm/CodeGen:

MachineFunction.h updated: 1.49 -> 1.50
---
Log message:

dainty

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

 MachineFunction.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/MachineFunction.h
diff -u llvm/include/llvm/CodeGen/MachineFunction.h:1.49 llvm/include/llvm/CodeGen/MachineFunction.h:1.50
--- llvm/include/llvm/CodeGen/MachineFunction.h:1.49	Sat Jan 29 18:13:34 2005
+++ llvm/include/llvm/CodeGen/MachineFunction.h	Thu Mar 17 12:23:22 2005
@@ -135,7 +135,8 @@
   MachineConstantPool *getConstantPool() const { return ConstantPool; }
 
   /// MachineFunctionInfo - Keep track of various per-function pieces of
-  /// information for the sparc backend.
+  /// information for backends that would like to do so. (Currently,
+  /// SPARC and IA64.)
   ///
   template<typename Ty>
   Ty *getInfo() {






More information about the llvm-commits mailing list