Restore a comment.

llvm-svn: 70900
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
index 8ca8590..8ccd380 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
@@ -3262,6 +3262,8 @@
     // Assumes in correct section after the entry point.
     EmitLabel("func_begin", ++SubprogramCount);
 
+    // Emit label for the implicitly defined dbg.stoppoint at the start of
+    // the function.
     DebugLoc FDL = MF->getDefaultDebugLoc();
     if (!FDL.isUnknown()) {
       DebugLocTuple DLT = MF->getDebugLocTuple(FDL);