Make sure only one copy of a filter is placed in the
[oota-llvm.git] / include / llvm / CodeGen / MachineModuleInfo.h
index 4b00d01cee9fe787d4940280e988fbaeefd98ae4..457d33d1f26b2ea7be242b336eb893d577c6a250 100644 (file)
@@ -1022,6 +1022,11 @@ private:
   //
   std::vector<unsigned> FilterIds;
 
+  // FilterEnds - List of the indices in FilterIds corresponding to filter
+  // terminators.
+  //
+  std::vector<unsigned> FilterEnds;
+
   // Personalities - Vector of all personality functions ever seen. Used to emit
   // common EH frames.
   std::vector<Function *> Personalities;