Changes in directory llvm/include/llvm/CodeGen:
MachineModuleInfo.h updated: 1.3 -> 1.4 --- Log message: Support for non-landing pad exception handling. --- Diffs of the changes: (+0 -5) MachineModuleInfo.h | 5 ----- 1 files changed, 5 deletions(-) Index: llvm/include/llvm/CodeGen/MachineModuleInfo.h diff -u llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.3 llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.4 --- llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.3 Mon Jan 29 17:40:33 2007 +++ llvm/include/llvm/CodeGen/MachineModuleInfo.h Thu Feb 1 10:31:34 2007 @@ -1090,11 +1090,6 @@ return Lines; } - // FIXME: nuke this. - void ClearLineInfo() { - Lines.clear(); - } - /// SetupCompileUnits - Set up the unique vector of compile units. /// void SetupCompileUnits(Module &M); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits