LR->setColor( LR->getSuggestedColor() );
return;
}
- else { // can't allocate the suggested col
+ else if ( DEBUG_RA ) { // can't allocate the suggested col
cerr << " Could NOT allocate the suggested color for LR ";
LR->printSet(); cerr << endl;
}
LR->setColor( LR->getSuggestedColor() );
return;
}
- else { // can't allocate the suggested col
+ else if (DEBUG_RA) { // can't allocate the suggested col
cerr << " Could NOT allocate the suggested color for LR ";
LR->printSet(); cerr << endl;
}
switch( RegType ) {
case IntRegType:
+ case IntCCRegType:
+ case FloatCCRegType:
MI = new MachineInstr(ADD, 3);
MI->SetMachineOperand(0, SrcReg, false);
MI->SetMachineOperand(1, SparcIntRegOrder::g0, false);
switch( RegType ) {
case IntRegType:
+ case IntCCRegType:
+ case FloatCCRegType:
MI = new MachineInstr(STX, 3);
MI->SetMachineOperand(0, DestPtrReg, false);
MI->SetMachineOperand(1, SrcReg, false);
switch( RegType ) {
case IntRegType:
+ case IntCCRegType:
+ case FloatCCRegType:
MI = new MachineInstr(LDX, 3);
MI->SetMachineOperand(0, SrcPtrReg, false);
MI->SetMachineOperand(1, MachineOperand:: MO_SignExtendedImmed,