[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h

Chris Lattner lattner at cs.uiuc.edu
Wed Mar 1 16:21:54 PST 2006



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.
   ///






More information about the llvm-commits mailing list