summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2014-10-23 21:53:17 +0000
committerDavid Blaikie <dblaikie@gmail.com>2014-10-23 21:53:17 +0000
commitff4181adec1b3a708838b7e64ef6fdcd2e1a8612 (patch)
tree3fd24fb837ebe052d6350dc3b89b9d8e9ca56369 /llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
parent848309da7c1861b328d775b28b03d8f687ebeb5c (diff)
downloadbcm5719-llvm-ff4181adec1b3a708838b7e64ef6fdcd2e1a8612.tar.gz
bcm5719-llvm-ff4181adec1b3a708838b7e64ef6fdcd2e1a8612.zip
DebugInfo: Remove DwarfDebug::addCurrentFnArgument declaration now that it's moved to DwarfFile.
llvm-svn: 220515
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 169e9421699..ec5618f5da7 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -487,10 +487,6 @@ class DwarfDebug : public AsmPrinterHandler {
/// ending of a scope.
void identifyScopeMarkers();
- /// \brief If Var is an current function argument that add it in
- /// CurrentFnArguments list.
- bool addCurrentFnArgument(DbgVariable *Var, LexicalScope *Scope);
-
/// \brief Populate LexicalScope entries with variables' info.
void collectVariableInfo(DwarfCompileUnit &TheCU, DISubprogram SP,
SmallPtrSetImpl<const MDNode *> &ProcessedVars);
OpenPOWER on IntegriCloud