Skip to content

Commit

Permalink
Run jit-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch authored and github-actions committed Dec 10, 2024
1 parent b3b3715 commit c7a6eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ FlowEdge* Compiler::BlockDominancePreds(BasicBlock* blk)
}

EHblkDsc* ehblk = ehGetBlockHndDsc(blk);
res = BlockPredsWithEH(blk);
res = BlockPredsWithEH(blk);
for (BasicBlock* predBlk : ehblk->ebdTryBeg->PredBlocks())
{
res = new (this, CMK_FlowEdge) FlowEdge(predBlk, blk, res);
Expand Down

0 comments on commit c7a6eb5

Please sign in to comment.