commit | 2ae707888b4329f3ceb1b9657458d81453716540 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Mar 04 00:48:15 2008 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Mar 04 00:48:15 2008 +0000 |
tree | 1f0ec674f2ac892135cfd8bf08d1d3c556713b05 | |
parent | 62240d65fd9836a87a938bd4ab53d89fc69c3798 [diff] [blame] |
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