Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add missing break;
  • Loading branch information
EgorBo committed Jul 12, 2021
commit e19f79f9506afc874ce331af91bb152b7e1fe845
1 change: 1 addition & 0 deletions src/coreclr/jit/inlinepolicy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,7 @@ void ExtendedDefaultPolicy::NoteInt(InlineObservation obs, int value)
SetNever(InlineObservation::CALLEE_TOO_MANY_BASIC_BLOCKS);
}
}
break;
}
default:
DefaultPolicy::NoteInt(obs, value);
Expand Down