Commit b4f9a95e authored by paul.lind's avatar paul.lind Committed by Commit bot

MIPS64: Fix unittests (to not use invalid load representation).

Same as https://codereview.chromium.org/1340303002/

BUG=

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

Cr-Commit-Position: refs/heads/master@{#30756}
parent f5bec4bc
......@@ -488,8 +488,8 @@ static const MemoryAccess kMemoryAccesses[] = {
{kMachInt16, kMips64Lh, kMips64Sh},
{kMachUint16, kMips64Lhu, kMips64Sh},
{kMachInt32, kMips64Lw, kMips64Sw},
{kRepFloat32, kMips64Lwc1, kMips64Swc1},
{kRepFloat64, kMips64Ldc1, kMips64Sdc1},
{kMachFloat32, kMips64Lwc1, kMips64Swc1},
{kMachFloat64, kMips64Ldc1, kMips64Sdc1},
{kMachInt64, kMips64Ld, kMips64Sd}};
......
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