summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2011-04-12 23:09:06 +0000
committerDevang Patel <dpatel@apple.com>2011-04-12 23:09:06 +0000
commit13d47f0ddcc74716ae6c95d95162708763506b4b (patch)
treefa838ee92c9f4c68aecf750ef6c156e5fd3e552e /llvm/lib
parentc8454ee9954e9257bd82428b415b64000a02a62a (diff)
downloadbcm5719-llvm-13d47f0ddcc74716ae6c95d95162708763506b4b.tar.gz
bcm5719-llvm-13d47f0ddcc74716ae6c95d95162708763506b4b.zip
Do not reuse parameter name.
llvm-svn: 129405
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index dcfe9d89a3c..c8f0d469ff4 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/llvm/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 *DW);
~CompileUnit();
// Accessors.
OpenPOWER on IntegriCloud