Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Jit formatting
  • Loading branch information
davidwrighton authored and github-actions committed Sep 21, 2021
commit f690b7df6f0c978b3500de1e2f9ce9762a877a93
3 changes: 2 additions & 1 deletion src/coreclr/jit/objectalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,8 @@ GenTree* ObjectAllocator::MorphAllocObjNodeIntoHelperCall(GenTreeAllocObj* alloc
}
else
{
assert(helper != CORINFO_HELP_READYTORUN_NEW); // If this is true, then we should have collected a non-null entrypoint above
assert(helper != CORINFO_HELP_READYTORUN_NEW); // If this is true, then we should have collected a non-null
// entrypoint above
}
#endif

Expand Down