Fix try-finally for dead AST-branches in TurboFan.
authormstarzinger <mstarzinger@chromium.org>
Thu, 5 Feb 2015 12:29:24 +0000 (04:29 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 5 Feb 2015 12:29:33 +0000 (12:29 +0000)
commitdf986d08b7c1a05dd72a8854ebed6f6338788c37
tree64dedde03175a6b809c76bd29cf0895e7c5410ee
parent368a503cc1493b0de56393e3bb91e4b57d74de58
Fix try-finally for dead AST-branches in TurboFan.

R=jarin@chromium.org
TEST=mjsunit/regress/regress-crbug-455644
BUG=chromium:455644
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#26458}
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/control-builders.cc
src/compiler/control-builders.h
test/mjsunit/regress/regress-crbug-455644.js [new file with mode: 0644]