Chromium Code Reviews| Index: runtime/vm/code_generator_x64.cc |
| =================================================================== |
| --- runtime/vm/code_generator_x64.cc (revision 4900) |
| +++ runtime/vm/code_generator_x64.cc (working copy) |
| @@ -961,10 +961,7 @@ |
| } |
| __ popq(R10); // Instance. |
| __ StoreIntoObject(R10, FieldAddress(R10, node->field().Offset()), RAX); |
| - if (IsResultNeeded(node)) { |
| - // The result is the input value. |
| - __ pushq(RAX); |
| - } |
| + ASSERT(!IsResultNeeded(node)); |
| } |