Skip to content

Commit 24d163b

Browse files
committed
JIT format
1 parent dc6734b commit 24d163b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/coreclr/jit/codegencommon.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4716,8 +4716,7 @@ void CodeGen::genReserveEpilog(BasicBlock* block)
47164716
// We pass empty GC info, because epilog is always an extend IG and will ignore what we pass.
47174717
// Besides, at this point the GC info that we track in CodeGen is often incorrect.
47184718
// See comments in genExitCode for more info.
4719-
GetEmitter()->emitCreatePlaceholderIG(IGPT_EPILOG, block, VarSetOps::MakeEmpty(compiler), 0, 0,
4720-
block->IsLast());
4719+
GetEmitter()->emitCreatePlaceholderIG(IGPT_EPILOG, block, VarSetOps::MakeEmpty(compiler), 0, 0, block->IsLast());
47214720
}
47224721

47234722
/*****************************************************************************

0 commit comments

Comments
 (0)