Skip to content

Commit

Permalink
Run jit-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobbotsch committed Feb 9, 2025
1 parent 71aeaf9 commit 5a6e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/lsraarmarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ int LinearScan::BuildPutArgSplit(GenTreePutArgSplit* argNode)
{
if (sourceRegCount < argNode->gtNumRegs)
{
regNumber nextArgReg = (regNumber)((unsigned)argReg + sourceRegCount);
regNumber nextArgReg = (regNumber)((unsigned)argReg + sourceRegCount);
SingleTypeRegSet sourceMask = genSingleTypeRegMask(nextArgReg);
BuildUse(node, sourceMask, regIndex);
placedArgRegs.AddRegNumInMask(nextArgReg);
Expand Down

0 comments on commit 5a6e433

Please sign in to comment.