Fixed Hydrogen environment handling for mul-i on ARM and ARM64.
authorsvenpanne <svenpanne@chromium.org>
Mon, 26 Jan 2015 08:35:45 +0000 (00:35 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 26 Jan 2015 08:35:58 +0000 (08:35 +0000)
commita7d67a64f11100434b196143e2ba516f8c13697a
tree0a2ab92a99eae4425fa95f2cf53fd9f2aa8625c7
parent431a083473a911449279bdd28d09f5f4bb097687
Fixed Hydrogen environment handling for mul-i on ARM and ARM64.

The whole logic in DoMul makes me cry, so I made only the minimal
change to fix the issue...

BUG=v8:451322
LOG=y

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

Cr-Commit-Position: refs/heads/master@{#26261}
src/arm/lithium-arm.cc
src/arm64/lithium-arm64.cc
test/mjsunit/regress/regress-451322.js [new file with mode: 0644]