Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
authorTanya Lattner <tonic@nondot.org>
Mon, 24 May 2004 06:11:51 +0000 (06:11 +0000)
committerTanya Lattner <tonic@nondot.org>
Mon, 24 May 2004 06:11:51 +0000 (06:11 +0000)
commit792699c46ef9bfc47dd459bbfa7e71bcb2cee29a
tree09579fa1fb5054e308cfb202d2c63d643d9b9120
parent2b90565e3df82377eaadff30ac0bc5fbb54e91e7
Added MachineFunction parent* to MachineBasicBlock. Customized ilist template
to set the parent when a MachineBasicBlock is added to a MachineFunction.

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