[turbofan] Fix reduction of LoadProperty/StoreProperty to LoadNamed/StoreNamed.
authortitzer <titzer@chromium.org>
Tue, 21 Apr 2015 15:13:13 +0000 (08:13 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 21 Apr 2015 15:12:58 +0000 (15:12 +0000)
commit1850803d56d6da94adf1f3ac779e5e9ea2388333
tree331a2ae6300d97f8be7ea92eb6d7c4c9129904a6
parent8be0499fced0c41fa2c00a4b53d234413941f056
[turbofan] Fix reduction of LoadProperty/StoreProperty to LoadNamed/StoreNamed.

R=mstarzinger@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#27972}
src/compiler.cc
src/compiler/js-generic-lowering.cc
src/compiler/js-operator.cc
src/compiler/js-operator.h
src/compiler/js-type-feedback.cc
test/mjsunit/compiler/named-load.js [new file with mode: 0644]
test/mjsunit/compiler/named-store.js [new file with mode: 0644]