aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineConstantPool.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-04-18 16:03:18 +0000
committerNate Begeman <natebegeman@mac.com>2006-04-18 16:03:18 +0000
commit6baa2b7220567ee83901ff1830c003468ad4f248 (patch)
treeb1b9ac8abc0324527982d9765e265b9c34254a74 /include/llvm/CodeGen/MachineConstantPool.h
parent738bd3031cbbe54e6dc7d32e7280ea598286861a (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.h2
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;