Support for non-landing pad exception handling.

llvm-svn: 33755
This commit is contained in:
Jim Laskey
2007-02-01 16:31:34 +00:00
parent e15a8b7a55
commit c3de9b4b14
9 changed files with 350 additions and 212 deletions

View File

@@ -1505,6 +1505,9 @@ void MachineModuleInfo::EndFunction() {
RootScope = NULL;
}
// Clean up line info.
Lines.clear();
// Clean up frame info.
FrameMoves.clear();
}