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 | f776fc2c98ae5ea44af04c4c8ed131737b20d69c (patch) | |
tree | d6ca966c01e8e05279e4cf498e0810b8c82bd7cf | |
parent | 89e761c19dca70028f90a190b6d3dfcb5ff5a6ea (diff) | |
download | bcm5719-llvm-f776fc2c98ae5ea44af04c4c8ed131737b20d69c.tar.gz bcm5719-llvm-f776fc2c98ae5ea44af04c4c8ed131737b20d69c.zip |
Fix a copy & paste error from long ago.
llvm-svn: 27800
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineConstantPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineConstantPool.h b/llvm/include/llvm/CodeGen/MachineConstantPool.h index 8ede67835c5..bb88a86d15f 100644 --- a/llvm/include/llvm/CodeGen/MachineConstantPool.h +++ b/llvm/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; |