mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 03:30:22 +00:00
Add F31 to the set of callee-saved registers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140315 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6bbba3cab4
commit
d27fda49c4
@ -100,7 +100,7 @@ getCalleeSavedRegs(const MachineFunction *MF) const
|
||||
{
|
||||
// Mips callee-save register range is $16-$23, $f20-$f30
|
||||
static const unsigned SingleFloatOnlyCalleeSavedRegs[] = {
|
||||
Mips::F30, Mips::F29, Mips::F28, Mips::F27, Mips::F26,
|
||||
Mips::F31, Mips::F30, Mips::F29, Mips::F28, Mips::F27, Mips::F26,
|
||||
Mips::F25, Mips::F24, Mips::F23, Mips::F22, Mips::F21, Mips::F20,
|
||||
Mips::RA, Mips::FP, Mips::S7, Mips::S6, Mips::S5, Mips::S4,
|
||||
Mips::S3, Mips::S2, Mips::S1, Mips::S0, 0
|
||||
|
Loading…
Reference in New Issue
Block a user