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