mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
CopyFromReg starts a live range so its use should not be considered a floater.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31356 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
48d8a70d22
commit
93467e7fe3
@ -555,7 +555,7 @@ static bool isFloater(const SUnit *SU) {
|
||||
SUnit *PredSU = I->first;
|
||||
unsigned Opc = PredSU->Node->getOpcode();
|
||||
if (Opc != ISD::EntryToken && Opc != ISD::TokenFactor &&
|
||||
Opc != ISD::CopyFromReg && Opc != ISD::CopyToReg)
|
||||
Opc != ISD::CopyToReg)
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user