[turbofan] Remove context canonicalization hack from generic lowering.
authorbmeurer <bmeurer@chromium.org>
Mon, 15 Jun 2015 12:21:28 +0000 (05:21 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Jun 2015 12:21:43 +0000 (12:21 +0000)
commitd06591a2a3bc9643aa5785e1f8c01bd820b7c36a
treea0958c9415b21e3b0af32d9b8208d20233f696f9
parenta12f11911255806d76c016d8332b9b950759c4f9
[turbofan] Remove context canonicalization hack from generic lowering.

This hack doesn't help currently, since it only applies to asm.js where
we do function context specialization and there we already have a
canonicalized context (and the CodeGenerator materializes that from the
frame).

R=mstarzinger@chromium.org

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

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