From 6baa2b7220567ee83901ff1830c003468ad4f248 Mon Sep 17 00:00:00 2001 From: Nate Begeman Date: Tue, 18 Apr 2006 16:03:18 +0000 Subject: [PATCH] Fix a copy & paste error from long ago. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27800 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineConstantPool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index 8ede67835c5..bb88a86d15f 100644 --- a/include/llvm/CodeGen/MachineConstantPool.h +++ b/include/llvm/CodeGen/MachineConstantPool.h @@ -66,7 +66,7 @@ public: } /// print - Used by the MachineFunction printer to print information about - /// stack objects. Implemented in MachineFunction.cpp + /// constant pool objects. Implemented in MachineFunction.cpp /// void print(std::ostream &OS) const; -- 2.34.1