From: Akira Hatanaka Date: Thu, 22 Sep 2011 18:24:21 +0000 (+0000) Subject: Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebb90dbb54a3ac7062080953b8af03e9ee5e788a;p=oota-llvm.git 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 --- 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