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