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:
ca4cac4
)
Do not reuse parameter name.
author
Devang Patel
<dpatel@apple.com>
Tue, 12 Apr 2011 23:09:06 +0000
(23:09 +0000)
committer
Devang Patel
<dpatel@apple.com>
Tue, 12 Apr 2011 23:09:06 +0000
(23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129405
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index dcfe9d89a3ca095151b84386b1bc49bc56a6ddbe..c8f0d469ff4ffdc3dbab1e792209ccd5d0302f9a 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@
-68,7
+68,7
@@
class CompileUnit {
std::vector<DIEBlock *> DIEBlocks;
public:
- CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *D);
+ CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *D
W
);
~CompileUnit();
// Accessors.