[llvm-commits] CVS: llvm/include/llvm/CodeGen/DwarfWriter.h

Jim Laskey jlaskey at apple.com
Fri Apr 7 13:44:57 PDT 2006



Changes in directory llvm/include/llvm/CodeGen:

DwarfWriter.h updated: 1.33 -> 1.34
---
Log message:

Make sure that debug labels are defined within the same section and after the
entry point of a function.


---
Diffs of the changes:  (+2 -2)

 DwarfWriter.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/include/llvm/CodeGen/DwarfWriter.h
diff -u llvm/include/llvm/CodeGen/DwarfWriter.h:1.33 llvm/include/llvm/CodeGen/DwarfWriter.h:1.34
--- llvm/include/llvm/CodeGen/DwarfWriter.h:1.33	Fri Apr  7 11:34:45 2006
+++ llvm/include/llvm/CodeGen/DwarfWriter.h	Fri Apr  7 15:44:42 2006
@@ -472,8 +472,8 @@
   ///
   void EndModule();
   
-  /// BeginFunction - Gather pre-function debug information.
-  ///
+  /// BeginFunction - Gather pre-function debug information.  Assumes being 
+  /// emitted immediately after the function entry point.
   void BeginFunction(MachineFunction *MF);
   
   /// EndFunction - Gather and emit post-function debug information.






More information about the llvm-commits mailing list