diff options
author | Nate Begeman <natebegeman@mac.com> | 2006-04-18 16:03:18 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2006-04-18 16:03:18 +0000 |
commit | 6baa2b7220567ee83901ff1830c003468ad4f248 (patch) | |
tree | b1b9ac8abc0324527982d9765e265b9c34254a74 /include/llvm/CodeGen/MachineConstantPool.h | |
parent | 738bd3031cbbe54e6dc7d32e7280ea598286861a (diff) |
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
Diffstat (limited to 'include/llvm/CodeGen/MachineConstantPool.h')
-rw-r--r-- | include/llvm/CodeGen/MachineConstantPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineConstantPool.h b/include/llvm/CodeGen/MachineConstantPool.h index 8ede67835c..bb88a86d15 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; |