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

llvm-svn: 47875
diff --git a/llvm/lib/CodeGen/MachineInstr.cpp b/llvm/lib/CodeGen/MachineInstr.cpp
index 600e790..3134cfb 100644
--- a/llvm/lib/CodeGen/MachineInstr.cpp
+++ b/llvm/lib/CodeGen/MachineInstr.cpp
@@ -703,7 +703,7 @@
 	  // "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