Skip to content

Commit

Permalink
JIT format
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov committed Aug 1, 2024
1 parent dc6734b commit 24d163b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/coreclr/jit/codegencommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4716,8 +4716,7 @@ void CodeGen::genReserveEpilog(BasicBlock* block)
// We pass empty GC info, because epilog is always an extend IG and will ignore what we pass.
// Besides, at this point the GC info that we track in CodeGen is often incorrect.
// See comments in genExitCode for more info.
GetEmitter()->emitCreatePlaceholderIG(IGPT_EPILOG, block, VarSetOps::MakeEmpty(compiler), 0, 0,
block->IsLast());
GetEmitter()->emitCreatePlaceholderIG(IGPT_EPILOG, block, VarSetOps::MakeEmpty(compiler), 0, 0, block->IsLast());
}

/*****************************************************************************
Expand Down

0 comments on commit 24d163b

Please sign in to comment.