Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Feb 1, 2025
1 parent c3a6ba8 commit 728d2cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/coreclr/jit/lclvars.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8168,9 +8168,6 @@ Compiler::fgWalkResult Compiler::lvaStressLclFldCB(GenTree** pTree, fgWalkData*
JITDUMP("Converting V%02u of type %s to %u sized block with LCL_FLD at offset (padding %u)\n", lclNum,
varTypeName(varType), layout->GetSize(), padding);
}
else
{
}

tree->gtFlags |= GTF_GLOB_REF;

Expand Down

0 comments on commit 728d2cb

Please sign in to comment.