Skip to content

Commit 5accebe

Browse files
Always check for profile consistency
1 parent da9ee51 commit 5accebe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/coreclr/jit/compiler.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4871,11 +4871,6 @@ void Compiler::compCompile(void** methodCodePtr, uint32_t* methodCodeSize, JitFl
48714871
DoPhase(this, PHASE_COMPUTE_DOMINATORS, &Compiler::fgComputeDominators);
48724872
}
48734873

4874-
// Drop back to just checking profile likelihoods.
4875-
//
4876-
activePhaseChecks &= ~PhaseChecks::CHECK_PROFILE;
4877-
activePhaseChecks |= PhaseChecks::CHECK_LIKELIHOODS;
4878-
48794874
#ifdef DEBUG
48804875
fgDebugCheckLinks();
48814876
#endif

0 commit comments

Comments
 (0)