From c3de9b4b144eb19ff4b34e458d96cb9f18fff97e Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Thu, 1 Feb 2007 16:31:34 +0000 Subject: Support for non-landing pad exception handling. llvm-svn: 33755 --- llvm/lib/CodeGen/MachineModuleInfo.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp') diff --git a/llvm/lib/CodeGen/MachineModuleInfo.cpp b/llvm/lib/CodeGen/MachineModuleInfo.cpp index 15ea9b8..4cc2a15 100644 --- a/llvm/lib/CodeGen/MachineModuleInfo.cpp +++ b/llvm/lib/CodeGen/MachineModuleInfo.cpp @@ -1505,6 +1505,9 @@ void MachineModuleInfo::EndFunction() { RootScope = NULL; } + // Clean up line info. + Lines.clear(); + // Clean up frame info. FrameMoves.clear(); } -- cgit v1.1