Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_arm.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_arm.cc (revision 36349) |
| +++ runtime/vm/flow_graph_compiler_arm.cc (working copy) |
| @@ -720,7 +720,7 @@ |
| return; |
| } |
| Definition* defn = instr->AsDefinition(); |
| - if ((defn != NULL) && defn->is_used()) { |
| + if ((defn != NULL) && defn->HasTemp()) { |
| __ Push(defn->locs()->out(0).reg()); |
| } |
| } |