File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2808,12 +2808,13 @@ regNumber LinearScan::allocateReg(Interval* currentInterval,
28082808 bool wasAssigned = regSelector->foundUnassignedReg () && (assignedInterval != nullptr ) &&
28092809 (assignedInterval->physReg == foundReg);
28102810 unassignPhysReg (availablePhysRegRecord ARM_ARG (currentInterval->registerType ));
2811- if (regSelector->isMatchingConstant () && !compiler->opts .compDbgCode )
2811+ /* if (regSelector->isMatchingConstant() && !compiler->opts.compDbgCode)
28122812 {
28132813 assert(assignedInterval->isConstant);
28142814 refPosition->treeNode->SetReuseRegVal();
28152815 }
2816- else if (wasAssigned)
2816+ else*/
2817+ if (wasAssigned)
28172818 {
28182819 updatePreviousInterval (availablePhysRegRecord, assignedInterval, assignedInterval->registerType );
28192820 }
You can’t perform that action at this time.
0 commit comments