summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-10-09 20:36:27 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-10-09 20:36:27 +0000
commit73cc705a3740a265321ae4cfbff6bd68efabd90f (patch)
treefc0e364b2575c1bbb2c302d24d21b92c010bbdbe /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent214671f98c6f2ce541fcab4bb8a3cb48608fb5dd (diff)
downloadbcm5719-llvm-73cc705a3740a265321ae4cfbff6bd68efabd90f.tar.gz
bcm5719-llvm-73cc705a3740a265321ae4cfbff6bd68efabd90f.zip
Remove unused parameter
llvm-svn: 219440
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 7ee0bc7fe6a..9e314eba992 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -350,8 +350,8 @@ class DwarfDebug : public AsmPrinterHandler {
const MDNode *Scope);
/// \brief Construct a DIE for this abstract scope.
- void constructAbstractSubprogramScopeDIE(DwarfCompileUnit &TheCU,
- LexicalScope *Scope);
+ void constructAbstractSubprogramScopeDIE(LexicalScope *Scope);
+
/// \brief Emit initial Dwarf sections with a label at the start of each one.
void emitSectionLabels();
OpenPOWER on IntegriCloud