[turbofan] Fix deopt for assignments in non-effect context.
authorjarin@chromium.org <jarin@chromium.org>
Wed, 5 Nov 2014 13:08:39 +0000 (13:08 +0000)
committerjarin@chromium.org <jarin@chromium.org>
Wed, 5 Nov 2014 13:09:14 +0000 (13:09 +0000)
commit91eeae584939c3679935dcb8a9bab3140e9450a0
tree2a20a1e49c3001e20cb6beb27b183bc7513515c0
parent1b4c25e0b7bc7e91985aba086252b81db75dac7a
[turbofan] Fix deopt for assignments in non-effect context.

BUG=
R=mstarzinger@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#25151}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25151 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
test/mjsunit/regress/regress-assignment-in-test-context.js [new file with mode: 0644]