Avoid usage of temporary MachineOperatorBuilder.
authormstarzinger@chromium.org <mstarzinger@chromium.org>
Tue, 16 Sep 2014 16:20:10 +0000 (16:20 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org>
Tue, 16 Sep 2014 16:20:10 +0000 (16:20 +0000)
commit2c04afb9ceb9734d93419c5eb7afd0bab03ebcd7
treeffd19e03d38e1c1e06f035e6814b2284f004acb7
parentcc66fb85e3b1cf69466b8ad8d578c9d48f868c1f
Avoid usage of temporary MachineOperatorBuilder.

R=titzer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23982 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
16 files changed:
src/compiler/ast-graph-builder.cc
src/compiler/change-lowering-unittest.cc
src/compiler/change-lowering.cc
src/compiler/change-lowering.h
src/compiler/js-typed-lowering.h
src/compiler/machine-operator-reducer.cc
src/compiler/machine-operator-reducer.h
src/compiler/pipeline.cc
src/compiler/representation-change.h
src/compiler/simplified-lowering.cc
src/compiler/simplified-lowering.h
src/compiler/simplified-operator-reducer-unittest.cc
src/compiler/simplified-operator-reducer.cc
src/compiler/simplified-operator-reducer.h
test/cctest/compiler/test-changes-lowering.cc
test/cctest/compiler/test-representation-change.cc