Skip to content

Commit

Permalink
merge conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Nov 16, 2021
1 parent b301fa5 commit 57759d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/optimizer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,7 @@ void Compiler::optIdentifyLoopsForAlignment()
{
// Sometimes with JitOptRepeat > 1, we might end up finding the loops twice. In such
// cases, make sure to count them just once.
if (!first->isLoopAlign())
if (!top->isLoopAlign())
{
loopAlignCandidates++;
top->bbFlags |= BBF_LOOP_ALIGN;
Expand Down

0 comments on commit 57759d0

Please sign in to comment.