mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-13 10:32:06 +00:00
Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140324 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95a091a0b6
commit
ebb90dbb54
@ -48,7 +48,7 @@ class AFPR<bits<5> num, string n, list<Register> subregs>
|
||||
class AFPR64<bits<5> num, string n, list<Register> subregs>
|
||||
: MipsRegWithSubRegs<n, subregs> {
|
||||
let Num = num;
|
||||
let SubRegIndices = [sub_fpeven];
|
||||
let SubRegIndices = [sub_32];
|
||||
}
|
||||
|
||||
// Mips Hardware Registers
|
||||
|
Loading…
x
Reference in New Issue
Block a user