[turbofan] cleanup InstructionSequence
authordcarney@chromium.org <dcarney@chromium.org>
Tue, 21 Oct 2014 06:59:50 +0000 (06:59 +0000)
committerdcarney@chromium.org <dcarney@chromium.org>
Tue, 21 Oct 2014 06:59:50 +0000 (06:59 +0000)
commit6c1e4f08d12ead3c45e09ce507b5b0022814aa45
treedce9baa89e1dab018847aee70d6b8bff95a6e91f
parente17e2afb784c02463aa593256ac0536fe95900ed
[turbofan] cleanup InstructionSequence

R=bmeurer@chromium.org

BUG=

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24753 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/compiler/arm64/code-generator-arm64.cc
src/compiler/code-generator.cc
src/compiler/code-generator.h
src/compiler/ia32/code-generator-ia32.cc
src/compiler/instruction-selector.cc
src/compiler/instruction-selector.h
src/compiler/instruction.cc
src/compiler/instruction.h
src/compiler/pipeline.cc
src/compiler/register-allocator.cc
src/compiler/register-allocator.h
src/compiler/x64/code-generator-x64.cc
test/cctest/compiler/test-codegen-deopt.cc
test/cctest/compiler/test-instruction.cc
test/unittests/compiler/instruction-selector-unittest.cc