mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-15 07:33:18 +00:00
Thumb2 should use the register scavenger.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d1e5db6c7c
commit
865763bf80
@ -161,8 +161,7 @@ immediateOffsetOpcode(unsigned opcode)
|
||||
|
||||
bool Thumb2RegisterInfo::
|
||||
requiresRegisterScavenging(const MachineFunction &MF) const {
|
||||
// FIXME
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
int Thumb2RegisterInfo::
|
||||
|
Loading…
x
Reference in New Issue
Block a user