properly encapsulate the parent field of MBB and MI with get/set accessors.
authorChris Lattner <sabre@nondot.org>
Mon, 31 Dec 2007 04:56:33 +0000 (04:56 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 31 Dec 2007 04:56:33 +0000 (04:56 +0000)
commitf20c1a497fe3922ac718429d65a5fe396890575e
treed0b6a54ac22fe125c6bcad9a0bdaf41af2f9fd6a
parent534bcfb270d25d2a29759d19981443fee7260e94
properly encapsulate the parent field of MBB and MI with get/set accessors.

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