[turbofan] remove dependence of InstructionBlock on BasicBlock
authordcarney <dcarney@chromium.org>
Wed, 25 Feb 2015 16:37:49 +0000 (08:37 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Feb 2015 16:37:58 +0000 (16:37 +0000)
commite928c9d52b68c6a2873f72297508d12a88215aaa
treea8f6403ac31934fb12c65c08233e2b92fb3f28ac
parent652061ed7231cb722cc8246cdc7f6866110d4358
[turbofan] remove dependence of InstructionBlock on BasicBlock

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26859}
29 files changed:
src/compiler/arm/code-generator-arm.cc
src/compiler/arm64/code-generator-arm64.cc
src/compiler/code-generator-impl.h
src/compiler/code-generator.cc
src/compiler/code-generator.h
src/compiler/graph-visualizer.cc
src/compiler/ia32/code-generator-ia32.cc
src/compiler/instruction-selector-impl.h
src/compiler/instruction-selector.cc
src/compiler/instruction-selector.h
src/compiler/instruction.cc
src/compiler/instruction.h
src/compiler/jump-threading.cc
src/compiler/jump-threading.h
src/compiler/mips/code-generator-mips.cc
src/compiler/mips64/code-generator-mips64.cc
src/compiler/pipeline.cc
src/compiler/ppc/code-generator-ppc.cc
src/compiler/register-allocator-verifier.cc
src/compiler/register-allocator.cc
src/compiler/schedule.cc
src/compiler/schedule.h
src/compiler/verifier.cc
src/compiler/x64/code-generator-x64.cc
test/cctest/compiler/test-instruction.cc
test/cctest/compiler/test-jump-threading.cc
test/unittests/compiler/instruction-selector-unittest.cc
test/unittests/compiler/instruction-sequence-unittest.cc
test/unittests/compiler/instruction-sequence-unittest.h