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