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() {