Commit edf6d2ad authored by jarin's avatar jarin Committed by Commit bot

[mips] Fix mips unittests (to not use invalid load representation).

Review URL: https://codereview.chromium.org/1340303002

Cr-Commit-Position: refs/heads/master@{#30753}
parent 0db34dbe
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment