Changes in directory llvm/include/llvm/CodeGen:
MachineConstantPool.h updated: 1.14 -> 1.15 --- Log message: Fix a copy & paste error from long ago. --- Diffs of the changes: (+1 -1) MachineConstantPool.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/MachineConstantPool.h diff -u llvm/include/llvm/CodeGen/MachineConstantPool.h:1.14 llvm/include/llvm/CodeGen/MachineConstantPool.h:1.15 --- llvm/include/llvm/CodeGen/MachineConstantPool.h:1.14 Wed Feb 8 22:44:32 2006 +++ llvm/include/llvm/CodeGen/MachineConstantPool.h Tue Apr 18 11:03:18 2006 @@ -66,7 +66,7 @@ } /// 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; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits