Revert r203883 (which was more of a bandaid) and fix the real underlying
authorOwen Anderson <resistor@mac.com>
Fri, 14 Mar 2014 05:02:18 +0000 (05:02 +0000)
committerOwen Anderson <resistor@mac.com>
Fri, 14 Mar 2014 05:02:18 +0000 (05:02 +0000)
commitb6f478aa66b60e3ab1efd33a7a55d0549d94ab44
treed16d8839b107f68c881d70314544135632b223a0
parentbeaa95d97f319dc9b93b89850ab2ed9790182166
Revert r203883 (which was more of a bandaid) and fix the real underlying
issue in that the new MachineRegisterInfo bundle iterators didn't
dereference to the START of the bundle, while the old skipBundle()
method did.

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