Skip to content

Commit 56f19da

Browse files
Actually check profile in backend
1 parent 5accebe commit 56f19da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/jit/compiler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5267,7 +5267,7 @@ void Compiler::compCompile(void** methodCodePtr, uint32_t* methodCodeSize, JitFl
52675267

52685268
// The common phase checks and dumps are no longer relevant past this point.
52695269
//
5270-
activePhaseChecks = PhaseChecks::CHECK_NONE;
5270+
activePhaseChecks = PhaseChecks::CHECK_PROFILE;
52715271
activePhaseDumps = PhaseDumps::DUMP_NONE;
52725272

52735273
// Generate code

0 commit comments

Comments
 (0)