Did I say 'e = getNumOperands()'? I meant --e, of course.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47875 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2008-03-04 00:48:15 +00:00
parent f92dd28ab7
commit 76782f49d8

View File

@ -703,7 +703,7 @@ bool MachineInstr::addRegisterKilled(unsigned IncomingReg,
// "kill". Let the super-register take care of this
// information.
RemoveOperand(i);
e = getNumOperands();
--e;
continue;
} else {
// The super-register is going to take care of this kill