From: Chris Lattner Date: Wed, 31 Aug 2005 22:49:51 +0000 (+0000) Subject: remove an inappropriate comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=67d2562be7d69bd56f08b7225ed8c82711a4113f;p=oota-llvm.git remove an inappropriate comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23182 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h index 4810742b073..8727793eec6 100644 --- a/include/llvm/CodeGen/MachineFunction.h +++ b/include/llvm/CodeGen/MachineFunction.h @@ -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 Ty *getInfo() {