dainty
authorDuraid Madina <duraid@octopus.com.au>
Thu, 17 Mar 2005 18:23:22 +0000 (18:23 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Thu, 17 Mar 2005 18:23:22 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20653 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFunction.h

index fee690a7b901a4c4b7c10ec425c088038ae827d2..34685dd720c35739f439eabdd07a545353c878bb 100644 (file)
@@ -135,7 +135,8 @@ public:
   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() {