1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.

llvm-svn: 140324
This commit is contained in:
Akira Hatanaka 2011-09-22 18:24:21 +00:00
parent eaf1e32694
commit 7bba6afecf

View File

@ -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