mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-22 02:05:01 +00:00
Do not reuse parameter name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129405 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ca4cac4c74
commit
5d60763831
@ -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 *DW);
|
||||
~CompileUnit();
|
||||
|
||||
// Accessors.
|
||||
|
Loading…
x
Reference in New Issue
Block a user