| Index: runtime/vm/flow_graph_compiler_mips.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 36349)
|
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy)
|
| @@ -737,7 +737,7 @@
|
| void FlowGraphCompiler::EmitInstructionEpilogue(Instruction* instr) {
|
| if (is_optimizing()) return;
|
| Definition* defn = instr->AsDefinition();
|
| - if ((defn != NULL) && defn->is_used()) {
|
| + if ((defn != NULL) && defn->HasTemp()) {
|
| __ Push(defn->locs()->out(0).reg());
|
| }
|
| }
|
|
|