[turbofan] Remove hack for dead nodes from JSGenericLowering.
authormstarzinger <mstarzinger@chromium.org>
Wed, 17 Jun 2015 11:29:53 +0000 (04:29 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 17 Jun 2015 11:30:06 +0000 (11:30 +0000)
commit25e687965fdc380b722712b45716ce1a6db79e3b
tree925d50ddce3761c5125bae541ed40c1efda152f1
parentbb23bccb8b1356e89d274db290cf9a08ef662238
[turbofan] Remove hack for dead nodes from JSGenericLowering.

Now that the graph is being trimmed after generic lowering, we can drop
this workaround. The diamond will no longer confuse the scheduler.

R=bmeurer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29081}
src/compiler/js-generic-lowering.cc