Skip to content

Commit 7529e47

Browse files
committed
JIT format
1 parent 0a96d66 commit 7529e47

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
@@ -4723,8 +4723,7 @@ void CodeGen::genReserveEpilog(BasicBlock* block)
47234723
// We pass empty GC info, because epilog is always an extend IG and will ignore what we pass.
47244724
// Besides, at this point the GC info that we track in CodeGen is often incorrect.
47254725
// See comments in genExitCode for more info.
4726-
GetEmitter()->emitCreatePlaceholderIG(IGPT_EPILOG, block, VarSetOps::MakeEmpty(compiler), 0, 0,
4727-
block->IsLast());
4726+
GetEmitter()->emitCreatePlaceholderIG(IGPT_EPILOG, block, VarSetOps::MakeEmpty(compiler), 0, 0, block->IsLast());
47284727
}
47294728

47304729
/*****************************************************************************

0 commit comments

Comments
 (0)