projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
738bd30
)
Fix a copy & paste error from long ago.
author
Nate Begeman
<natebegeman@mac.com>
Tue, 18 Apr 2006 16:03:18 +0000
(16:03 +0000)
committer
Nate Begeman
<natebegeman@mac.com>
Tue, 18 Apr 2006 16:03:18 +0000
(16:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27800
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineConstantPool.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineConstantPool.h
b/include/llvm/CodeGen/MachineConstantPool.h
index 8ede67835c53ad8564578c432c83dc7ecf4bb81e..bb88a86d15f2102b836acca8128b744c8b3bb214 100644
(file)
--- 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;