[mips] Fix mips unittests (to not use invalid load representation).
Review URL: https://codereview.chromium.org/1340303002 Cr-Commit-Position: refs/heads/master@{#30753}
This commit is contained in:
parent
0db34dbe81
commit
edf6d2adbd
@ -497,8 +497,8 @@ static const MemoryAccess kMemoryAccesses[] = {
|
||||
{kMachInt16, kMipsLh, kMipsSh},
|
||||
{kMachUint16, kMipsLhu, kMipsSh},
|
||||
{kMachInt32, kMipsLw, kMipsSw},
|
||||
{kRepFloat32, kMipsLwc1, kMipsSwc1},
|
||||
{kRepFloat64, kMipsLdc1, kMipsSdc1}};
|
||||
{kMachFloat32, kMipsLwc1, kMipsSwc1},
|
||||
{kMachFloat64, kMipsLdc1, kMipsSdc1}};
|
||||
|
||||
|
||||
struct MemoryAccessImm {
|
||||
|
Loading…
Reference in New Issue
Block a user