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:
parent
7ee6df939e
commit
8aa88f1325
@ -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.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user