Skip to content

Commit

Permalink
Remove assert (dotnet#101824)
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalspathak authored and michaelgsharp committed May 8, 2024
1 parent 4af0ce2 commit 27f8f28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/coreclr/jit/lsra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7427,7 +7427,6 @@ void LinearScan::insertCopyOrReload(BasicBlock* block, GenTree* tree, unsigned m
// child needs to be copied or reloaded to that reg.
if (parent->IsCopyOrReload())
{
noway_assert(parent->OperGet() == oper);
noway_assert(tree->IsMultiRegNode());
GenTreeCopyOrReload* copyOrReload = parent->AsCopyOrReload();
noway_assert(copyOrReload->GetRegNumByIdx(multiRegIdx) == REG_NA);
Expand Down

0 comments on commit 27f8f28

Please sign in to comment.