projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95a091a
)
Change subreg index of AFPR64 from sub_fpeven to sub_32 per Jakob's comment.
author
Akira Hatanaka
<ahatanak@gmail.com>
Thu, 22 Sep 2011 18:24:21 +0000
(18:24 +0000)
committer
Akira Hatanaka
<ahatanak@gmail.com>
Thu, 22 Sep 2011 18:24:21 +0000
(18:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140324
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsRegisterInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsRegisterInfo.td
b/lib/Target/Mips/MipsRegisterInfo.td
index 62210210dd9cc359d416f9afc553ef2a38b8ccc1..014d9b258fd882f9dc6a8fde88a7777d6527e449 100644
(file)
--- a/
lib/Target/Mips/MipsRegisterInfo.td
+++ b/
lib/Target/Mips/MipsRegisterInfo.td
@@
-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