MachineInstr* in vector are not const (and never really were)
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 8 Jul 2002 23:07:26 +0000 (23:07 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 8 Jul 2002 23:07:26 +0000 (23:07 +0000)
commitc9a0ca5171f8244270310a757a13190d5555c6bf
treee868841887c5232ebcb43bb0b16a88a5681d07a9
parent45c3877b5c7a42454e78c35b24f973508cfa3738
MachineInstr* in vector are not const (and never really were)
because operands may be modified directly to set register.
Also, class MachineCodeForBasicBlock is now an annotation on BasicBlock.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2832 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp