[llvm-commits] [llvm] r70900 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp

Argiris Kirtzidis akyrtzi at gmail.com
Mon May 4 12:23:47 PDT 2009


Author: akirtzidis
Date: Mon May  4 14:23:45 2009
New Revision: 70900

URL: http://llvm.org/viewvc/llvm-project?rev=70900&view=rev
Log:
Restore a comment.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp?rev=70900&r1=70899&r2=70900&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfWriter.cpp Mon May  4 14:23:45 2009
@@ -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);





More information about the llvm-commits mailing list