mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
[mips] Revert part of r194510 that was accidentally committed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194511 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0a227ad4d5
commit
d4765aa047
@ -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::D14_64 };
|
||||
static const uint16_t F64Regs[] = { Mips::D12_64, Mips::D12_64 };
|
||||
|
||||
return CC_MipsO32(ValNo, ValVT, LocVT, LocInfo, ArgFlags, State, F64Regs);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user