Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hez2010 committed Aug 16, 2024
1 parent 41050a5 commit 63e6984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/objectalloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ bool ObjectAllocator::MorphAllocObjNodes()

for (BasicBlock* const block : comp->Blocks())
{
const bool basicBlockHasNewObj = block->HasFlag(BBF_HAS_NEWOBJ);
const bool basicBlockHasNewObj = block->HasFlag(BBF_HAS_NEWOBJ);
#ifndef DEBUG
if (!basicBlockHasNewObj)
{
Expand Down

0 comments on commit 63e6984

Please sign in to comment.