remove an inappropriate comment
authorChris Lattner <sabre@nondot.org>
Wed, 31 Aug 2005 22:49:51 +0000 (22:49 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 31 Aug 2005 22:49:51 +0000 (22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23182 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineFunction.h

index 4810742b07301b0a56ed97f73890fc37acaec78f..8727793eec6531f4d78825f6f19502e2874a2904 100644 (file)
@@ -143,8 +143,7 @@ public:
   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() {