Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for

pointing this out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26467 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-03-02 00:21:41 +00:00
parent 6a3eb01084
commit a1b2a9b7e2

View File

@ -302,7 +302,7 @@ private:
/// 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.
///