parent
d6ed5b7376
commit
967b04d9bc
|
|
@ -1342,7 +1342,7 @@ bool SimpleRegisterCoalescing::JoinCopy(CopyRec &TheCopy, bool &Again) {
|
|||
return false;
|
||||
}
|
||||
Limit = allocatableRCRegs_[DstRC].count();
|
||||
} else if (!SrcIsPhys && !SrcIsPhys) {
|
||||
} else if (!SrcIsPhys && !DstIsPhys) {
|
||||
unsigned SrcSize = SrcRC->getSize();
|
||||
unsigned DstSize = DstRC->getSize();
|
||||
if (SrcSize < DstSize)
|
||||
|
|
|
|||
Loading…
Reference in New Issue