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:
0a227ad
)
[mips] Revert part of r194510 that was accidentally committed.
author
Akira Hatanaka
<ahatanaka@mips.com>
Tue, 12 Nov 2013 21:10:25 +0000
(21:10 +0000)
committer
Akira Hatanaka
<ahatanaka@mips.com>
Tue, 12 Nov 2013 21:10:25 +0000
(21:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194511
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Mips/MipsISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsISelLowering.cpp
b/lib/Target/Mips/MipsISelLowering.cpp
index 1e8250c847fec8f6215bae704313f617813e8656..edba8747e97dbfe1ac79d4e2040fab0920a45b5a 100644
(file)
--- a/
lib/Target/Mips/MipsISelLowering.cpp
+++ b/
lib/Target/Mips/MipsISelLowering.cpp
@@
-2208,7
+2208,7
@@
static bool CC_MipsO32_FP32(unsigned ValNo, MVT ValVT,
static bool CC_MipsO32_FP64(unsigned ValNo, MVT ValVT,
MVT LocVT, CCValAssign::LocInfo LocInfo,
ISD::ArgFlagsTy ArgFlags, CCState &State) {
- static const uint16_t F64Regs[] = { Mips::D12_64, Mips::D1
4
_64 };
+ static const uint16_t F64Regs[] = { Mips::D12_64, Mips::D1
2
_64 };
return CC_MipsO32(ValNo, ValVT, LocVT, LocInfo, ArgFlags, State, F64Regs);
}