1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

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

pointing this out.

llvm-svn: 26467
This commit is contained in:
Chris Lattner 2006-03-02 00:21:41 +00:00
parent 7ee6df939e
commit 8aa88f1325

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