Remove obsolete %CallSuperWithSpread intrinsic.
authormstarzinger <mstarzinger@chromium.org>
Thu, 16 Jul 2015 15:07:47 +0000 (08:07 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 16 Jul 2015 15:07:59 +0000 (15:07 +0000)
commit0dcba070a974f23f7ff822e61816a3e2f8fa75ef
treece787f62446f32d890d81ae2c53a97907aedcbad
parent07dc66dcd5d9bc266915d67142425dd92e1373ad
Remove obsolete %CallSuperWithSpread intrinsic.

The aforementioned intrinsic is no longer needed and can be fully
desugared now that binding assignments to 'this' are explicit.

R=rossberg@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29706}
13 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/compiler/ast-graph-builder.cc
src/full-codegen.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/parser.cc
src/ppc/full-codegen-ppc.cc
src/runtime/runtime-classes.cc
src/runtime/runtime.h
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc