Skip to content

Commit

Permalink
missed a change
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak committed Jul 3, 2024
1 parent c5a5709 commit 4a365f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/lowerarmarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3536,7 +3536,7 @@ GenTree* Lowering::LowerHWIntrinsicCndSel(GenTreeHWIntrinsic* cndSelNode)
nestedOp3->SetUnusedValue();
}

nestedOp1->SetUnusedValue();
BlockRange().Remove(nestedOp1);
BlockRange().Remove(nestedCndSel);

JITDUMP("lowering ConditionalSelect HWIntrinisic (after):\n");
Expand Down

0 comments on commit 4a365f6

Please sign in to comment.