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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits