Skip to content

Commit 27f8f28

Browse files
kunalspathakmichaelgsharp
authored andcommitted
Remove assert (dotnet#101824)
1 parent 4af0ce2 commit 27f8f28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/coreclr/jit/lsra.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7427,7 +7427,6 @@ void LinearScan::insertCopyOrReload(BasicBlock* block, GenTree* tree, unsigned m
74277427
// child needs to be copied or reloaded to that reg.
74287428
if (parent->IsCopyOrReload())
74297429
{
7430-
noway_assert(parent->OperGet() == oper);
74317430
noway_assert(tree->IsMultiRegNode());
74327431
GenTreeCopyOrReload* copyOrReload = parent->AsCopyOrReload();
74337432
noway_assert(copyOrReload->GetRegNumByIdx(multiRegIdx) == REG_NA);

0 commit comments

Comments
 (0)