Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.124 -> 1.125 --- Log message: Slip up --- Diffs of the changes: (+1 -1) DwarfWriter.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/CodeGen/DwarfWriter.cpp diff -u llvm/lib/CodeGen/DwarfWriter.cpp:1.124 llvm/lib/CodeGen/DwarfWriter.cpp:1.125 --- llvm/lib/CodeGen/DwarfWriter.cpp:1.124 Thu Feb 1 11:46:10 2007 +++ llvm/lib/CodeGen/DwarfWriter.cpp Thu Feb 1 11:48:20 2007 @@ -80,7 +80,7 @@ if (O) print(*O); } void print(std::ostream &O) const { - O << ".D" << Tag; + O << ".debug_" << Tag; if (Number) O << Number; } #endif _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits