X87: Introduce LiteralsArray to hide it's implementation.
authorchunyang.dai <chunyang.dai@intel.com>
Wed, 30 Sep 2015 05:37:28 +0000 (22:37 -0700)
committerJongsoo Yoon <join.yoon@samsung.com>
Fri, 20 Nov 2015 13:32:14 +0000 (22:32 +0900)
commit377d860d99c04e3485cf67ee9ea8c646547114c2
tree3e7e7203dddc0986972a4fadc316e4ea0b60593e
parent5d866a56e5778c1094d343c93dfbbe323772562d
X87: Introduce LiteralsArray to hide it's implementation.

port d8cdd6956a04cfcf03159ef7802c44838eee3146 (r31000).

original commit message:

    The LiteralsArray will soon hold a type feedback vector. Code treats it as an
    ordinary fixed array, and needs to stop that.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#31015}
src/full-codegen/x87/full-codegen-x87.cc
src/x87/lithium-codegen-x87.cc