Refactor.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100768 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfDebug.h b/lib/CodeGen/AsmPrinter/DwarfDebug.h
index 006ee2d..6d72564 100644
--- a/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -527,6 +527,11 @@
     return Lines.size();
   }
   
+  /// populateDbgScopeInverseMaps() - Populate DbgScopeBeginMap and
+  /// DbgScopeEndMap. This maps are used to indentify debug scope started
+  /// and ended by an instruction.
+  void populateDbgScopeInverseMaps();
+
   /// extractScopeInformation - Scan machine instructions in this function
   /// and collect DbgScopes. Return true, if atleast one scope was found.
   bool extractScopeInformation();