From 67d2562be7d69bd56f08b7225ed8c82711a4113f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 31 Aug 2005 22:49:51 +0000 Subject: [PATCH] remove an inappropriate comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23182 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineFunction.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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() { -- 2.34.1