[turbofan] Run DeadCodeElimination as part of the generic lowering phase.
authorbmeurer <bmeurer@chromium.org>
Mon, 22 Jun 2015 07:04:03 +0000 (00:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 22 Jun 2015 07:04:16 +0000 (07:04 +0000)
commit94a0bc8e90830dd474d9a7405c2db66cfde30df9
treee089a6239bc31c7cd4f902164584b8e68d784def
parent17c8ffeaa3e4e1769f0b4d0e7c8a6fb26b5297bd
[turbofan] Run DeadCodeElimination as part of the generic lowering phase.

This way we don't need the separate late control reduction pass over the
graph, plus we can also reduce dead code recognized by generic lowering.

R=jarin@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29174}
src/compiler/pipeline.cc