Add BasicBlock list to MchineFunction that will eventually be the only
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 02:08:43 +0000 (02:08 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 02:08:43 +0000 (02:08 +0000)
commit8e7ae9860bd1f29c95e4e10fe151a22aaafafef9
treedd867ae4501daffe60ef03bad06dd7ed843bde68
parente61a584f98b1133ca1b8e3b411a3c6fb892542e4
Add BasicBlock list to MchineFunction that will eventually be the only
way to access MachineBasicBlocks.  For now, it is never filled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4324 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineFunction.h