Change MachineBasicBlock's to not be Annotations, instead they are kept as
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 05:30:46 +0000 (05:30 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 05:30:46 +0000 (05:30 +0000)
commitd0aa0cdbc6fee00f2b2019633a9b9d00d301ac68
treef8540335fb213761b69aa8cd7f5a06b9f04954e8
parent07541a271152687dd8d443de48b563dc08a65cbd
Change MachineBasicBlock's to not be Annotations, instead they are kept as
part of a linked list tracked by MachineFunction.  MachineBasicBlock::get
is now linear time instead of constant time, and thus is deprecated!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4337 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineFunction.h
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/CodeGen/MachineBasicBlock.cpp [deleted file]
lib/CodeGen/MachineFunction.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp