From ebb90dbb54a3ac7062080953b8af03e9ee5e788a Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Thu, 22 Sep 2011 18:24:21 +0000 Subject: [PATCH] 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 --- lib/Target/Mips/MipsRegisterInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Mips/MipsRegisterInfo.td b/lib/Target/Mips/MipsRegisterInfo.td index 62210210dd9..014d9b258fd 100644 --- a/lib/Target/Mips/MipsRegisterInfo.td +++ b/lib/Target/Mips/MipsRegisterInfo.td @@ -48,7 +48,7 @@ class AFPR num, string n, list subregs> class AFPR64 num, string n, list subregs> : MipsRegWithSubRegs { let Num = num; - let SubRegIndices = [sub_fpeven]; + let SubRegIndices = [sub_32]; } // Mips Hardware Registers -- 2.34.1