Skip to content

Commit

Permalink
[mips] Fix and re-enable a test case that has been disabled for a lon…
Browse files Browse the repository at this point in the history
…g time.

 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194510 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
ahatanak committed Nov 12, 2013
1 parent 1ba15ab commit 0a227ad
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 100 deletions.
2 changes: 1 addition & 1 deletion lib/Target/Mips/MipsISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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::D12_64 };
static const uint16_t F64Regs[] = { Mips::D12_64, Mips::D14_64 };

return CC_MipsO32(ValNo, ValVT, LocVT, LocInfo, ArgFlags, State, F64Regs);
}
Expand Down
Loading

0 comments on commit 0a227ad

Please sign in to comment.