[WinEH] Emit __C_specific_handler tables for the new IR
[oota-llvm.git] / include / llvm / CodeGen / WinEHFuncInfo.h
index 79f216873024bc8526b1a571b106324cb81912c6..5d122094ff8b0a477de98d1f40b243e57e29a1f2 100644 (file)
@@ -131,6 +131,8 @@ struct SEHUnwindMapEntry {
   /// this state. This indexes into SEHUnwindMap.
   int ToState = -1;
 
+  bool IsFinally = false;
+
   /// Holds the filter expression function.
   const Function *Filter = nullptr;