git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239445
91177308-0d34-0410-b5e6-
96231b3b80d8
int CurState = 0;
for (const LandingPadInfo *LPInfo : LPads) {
int EnclosingLevel = BaseState;
- assert(CurState + LPInfo->SEHHandlers.size() - 1 == LPInfo->WinEHState &&
+ assert(CurState + int(LPInfo->SEHHandlers.size()) - 1 ==
+ LPInfo->WinEHState &&
"gaps in the SEH scope table");
for (const SEHHandler &Handler : LPInfo->SEHHandlers) {
// Emit the filter or finally function pointer, if present. Otherwise,