Currently on X87 platform we use only Double register (stack register) for Turbofan...
authorchunyang.dai <chunyang.dai@intel.com>
Fri, 12 Jun 2015 17:22:48 +0000 (10:22 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 12 Jun 2015 17:22:56 +0000 (17:22 +0000)
commit3fdfebd26bf70778b3bc5a6c61c8063dec7d3dca
tree73c60830d1007e56768953c555ad8da6b9d106a3
parent2ea4f01f704f4453926b3376f8c5b098984dc8f8
Currently on X87 platform we use only Double register (stack register) for Turbofan. So we directly
use 1 as allocatable Double register number when setting up the default register configuration..

It does not change the double register configuration of other platforms.

BUG=v8:4135
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29005}
src/compiler/register-configuration.cc