Changes in directory llvm/include/llvm/CodeGen:
DwarfWriter.h updated: 1.28 -> 1.29 --- Log message: Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for pointing this out. --- Diffs of the changes: (+1 -1) DwarfWriter.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/DwarfWriter.h diff -u llvm/include/llvm/CodeGen/DwarfWriter.h:1.28 llvm/include/llvm/CodeGen/DwarfWriter.h:1.29 --- llvm/include/llvm/CodeGen/DwarfWriter.h:1.28 Wed Mar 1 12:20:30 2006 +++ llvm/include/llvm/CodeGen/DwarfWriter.h Wed Mar 1 18:21:41 2006 @@ -302,7 +302,7 @@ /// NewType - Create a new type DIE. /// - DIE *DwarfWriter::NewType(DIE *Context, TypeDesc *TyDesc); + DIE *NewType(DIE *Context, TypeDesc *TyDesc); /// NewCompileUnit - Create new compile unit and it's die. /// _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits