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