summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-08-31 22:49:51 +0000
committerChris Lattner <sabre@nondot.org>2005-08-31 22:49:51 +0000
commit67d2562be7d69bd56f08b7225ed8c82711a4113f (patch)
tree05d6605d620eb69c4dd308c78326b9eb7a3a39c9 /include
parenta1f68ca94e763945f9accc75768a55a84bae6cfb (diff)
downloadexternal_llvm-67d2562be7d69bd56f08b7225ed8c82711a4113f.zip
external_llvm-67d2562be7d69bd56f08b7225ed8c82711a4113f.tar.gz
external_llvm-67d2562be7d69bd56f08b7225ed8c82711a4113f.tar.bz2
remove an inappropriate comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23182 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/MachineFunction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/MachineFunction.h b/include/llvm/CodeGen/MachineFunction.h
index 4810742..8727793 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<typename Ty>
Ty *getInfo() {