1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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

llvm-svn: 47875
This commit is contained in:
Bill Wendling 2008-03-04 00:48:15 +00:00
parent 3123d6ced3
commit c1b2e17a2c

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