Chromium Code Reviews| Index: runtime/vm/intrinsifier_arm.cc |
| =================================================================== |
| --- runtime/vm/intrinsifier_arm.cc (revision 24492) |
| +++ runtime/vm/intrinsifier_arm.cc (working copy) |
| @@ -237,7 +237,6 @@ |
| // Note that R1 is Smi, i.e, times 2. |
| ASSERT(kSmiTagShift == 1); |
| - // Destroy R2 as we will not continue in the function. |
| __ ldr(R2, Address(SP, 0 * kWordSize)); // Value. |
| __ add(R1, R0, ShifterOperand(R1, LSL, 1)); // R1 is Smi. |
| __ StoreIntoObject(R0, |