commit | c3de9b4b144eb19ff4b34e458d96cb9f18fff97e | [log] [tgz] |
---|---|---|
author | Jim Laskey <jlaskey@mac.com> | Thu Feb 01 16:31:34 2007 +0000 |
committer | Jim Laskey <jlaskey@mac.com> | Thu Feb 01 16:31:34 2007 +0000 |
tree | 539f55ed60341d92b7b79371818a0f7415b848dc | |
parent | e15a8b7a55eb41cf0ed2f2e0ce2affbe159ff771 [diff] [blame] |
Support for non-landing pad exception handling. llvm-svn: 33755
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 @@ RootScope = NULL; } + // Clean up line info. + Lines.clear(); + // Clean up frame info. FrameMoves.clear(); }