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

Chris Lattner sabre at nondot.org
Tue Oct 17 16:16:59 PDT 2006



Changes in directory llvm/include/llvm/CodeGen:

MachineDebugInfo.h updated: 1.41 -> 1.42
---
Log message:

add a method to remove a line # record.


---
Diffs of the changes:  (+5 -0)

 MachineDebugInfo.h |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/include/llvm/CodeGen/MachineDebugInfo.h
diff -u llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.41 llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.42
--- llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.41	Tue Oct 17 17:06:46 2006
+++ llvm/include/llvm/CodeGen/MachineDebugInfo.h	Tue Oct 17 18:16:42 2006
@@ -1029,6 +1029,11 @@
   /// provide correspondence to the source line list.
   unsigned RecordLabel(unsigned Line, unsigned Column, unsigned Source);
   
+  /// RemoveLabelInfo - Remove the specified label # from MachineDebugInfo, for
+  /// example because the code was deleted.
+  void RemoveLabelInfo(unsigned LabelUID);
+  
+  
   /// RecordSource - Register a source file with debug info. Returns an source
   /// ID.
   unsigned RecordSource(const std::string &Directory,






More information about the llvm-commits mailing list