OSDN Git Service

DebugInfo: Remove DwarfDebug::addCurrentFnArgument declaration now that it's moved...
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 23 Oct 2014 21:53:17 +0000 (21:53 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 23 Oct 2014 21:53:17 +0000 (21:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220515 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfDebug.h

index 169e942..ec5618f 100644 (file)
@@ -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);