mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove use of isPhysicalRegister
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11277 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d21518718
commit
bd0485034c
@ -660,7 +660,7 @@ int64_t SparcV9CodeEmitter::getMachineOpValue(MachineInstr &MI,
|
||||
std::cerr << "ERROR: PC relative disp unhandled:" << MO << "\n";
|
||||
abort();
|
||||
}
|
||||
} else if (MO.isPhysicalRegister() ||
|
||||
} else if (MO.getType() == MachineOperand::MO_MachineRegister ||
|
||||
MO.getType() == MachineOperand::MO_CCRegister)
|
||||
{
|
||||
// This is necessary because the Sparc backend doesn't actually lay out
|
||||
|
Loading…
Reference in New Issue
Block a user