Skip to content

Commit

Permalink
JIT: Don't run fgRenumberBlocks after switch recognition (#108402)
Browse files Browse the repository at this point in the history
  • Loading branch information
amanasifkhalid authored Nov 14, 2024
1 parent ed2e02c commit 1e98c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr/jit/switchrecognition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ PhaseStatus Compiler::optSwitchRecognition()

if (modified)
{
fgRenumberBlocks();
return PhaseStatus::MODIFIED_EVERYTHING;
}
#endif
Expand Down

0 comments on commit 1e98c05

Please sign in to comment.