There is no need to store the MBB along with the MI any more, we can now
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 07:04:55 +0000 (07:04 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jul 2004 07:04:55 +0000 (07:04 +0000)
commit74de8b1b26b12fda3364382946e519a2e37b6709
tree5d6549f8b0dd6a5c83ede1f90e22fb86e152360f
parent472405e0dc05f6fb8c09af00713ff893fff25b94
There is no need to store the MBB along with the MI any more, we can now
ask instructions for their parent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14998 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/PHIElimination.cpp