[llvm-branch-commits] [llvm-branch] r109969 - /llvm/branches/wendling/eh/lib/CodeGen/MachineModuleInfo.cpp

Bill Wendling isanbard at gmail.com
Sat Jul 31 19:40:26 PDT 2010


Author: void
Date: Sat Jul 31 21:40:25 2010
New Revision: 109969

URL: http://llvm.org/viewvc/llvm-project?rev=109969&view=rev
Log:
Clear the map after we're through with it.

Modified:
    llvm/branches/wendling/eh/lib/CodeGen/MachineModuleInfo.cpp

Modified: llvm/branches/wendling/eh/lib/CodeGen/MachineModuleInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/wendling/eh/lib/CodeGen/MachineModuleInfo.cpp?rev=109969&r1=109968&r2=109969&view=diff
==============================================================================
--- llvm/branches/wendling/eh/lib/CodeGen/MachineModuleInfo.cpp (original)
+++ llvm/branches/wendling/eh/lib/CodeGen/MachineModuleInfo.cpp Sat Jul 31 21:40:25 2010
@@ -306,6 +306,7 @@
   TypeInfos.clear();
   FilterIds.clear();
   FilterEnds.clear();
+  FilterMap.clear();
   CallsEHReturn = 0;
   CallsUnwindInit = 0;
   VariableDbgInfo.clear();





More information about the llvm-branch-commits mailing list