Rename a function.

llvm-svn: 100797
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
index ba38137..3d7a88c 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
@@ -526,10 +526,9 @@
     return Lines.size();
   }
   
-  /// populateDbgScopeInverseMaps() - Populate DbgScopeBeginMap and
-  /// DbgScopeEndMap. This maps are used to indentify debug scope started
-  /// and ended by an instruction.
-  void populateDbgScopeInverseMaps();
+  /// identifyScopeMarkers() - Indentify instructions that are marking
+  /// beginning of or end of a scope.
+  void identifyScopeMarkers();
 
   /// extractScopeInformation - Scan machine instructions in this function
   /// and collect DbgScopes. Return true, if atleast one scope was found.