projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a3eb01
)
Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov for
author
Chris Lattner
<sabre@nondot.org>
Thu, 2 Mar 2006 00:21:41 +0000
(
00:21
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 2 Mar 2006 00:21:41 +0000
(
00:21
+0000)
pointing this out.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26467
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/DwarfWriter.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/DwarfWriter.h
b/include/llvm/CodeGen/DwarfWriter.h
index edfbeea018095cac0d279f9b4ffbb382a4fc74cc..6c4aac758c4b9828f21c722d236df990f84ddf69 100644
(file)
--- a/
include/llvm/CodeGen/DwarfWriter.h
+++ b/
include/llvm/CodeGen/DwarfWriter.h
@@
-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.
///