Fix the build. Apparently MachineInstr& is no longer implicitly convertable to Machi...
authorOwen Anderson <resistor@mac.com>
Tue, 8 Jul 2008 23:36:37 +0000 (23:36 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 8 Jul 2008 23:36:37 +0000 (23:36 +0000)
commit0966f0f0e4902481b2d0e4d65813a5d32207192c
treeb6f14b82a3228c32f205dc01c6c376b25ff4ff48
parentafbd0737e7593f1b79ed5060e506749558e82ab9
Fix the build.  Apparently MachineInstr& is no longer implicitly convertable to MachineBasicBlock::iterator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53260 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocLocal.cpp