Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
markples committed Oct 4, 2022
1 parent 9a28e0c commit a491fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/jit/lsra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9645,7 +9645,7 @@ void LinearScan::TupleStyleDump(LsraTupleDumpMode mode)
interval = currentRefPosition->getInterval();
}

bool continueLoop = true;
bool continueLoop = true;
switch (currentRefPosition->refType)
{
case RefTypeUse:
Expand Down

0 comments on commit a491fd4

Please sign in to comment.