Chromium Code Reviews| Index: runtime/vm/flow_graph_inliner.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_inliner.cc (revision 36349) |
| +++ runtime/vm/flow_graph_inliner.cc (working copy) |
| @@ -1337,7 +1337,7 @@ |
| last, |
| result, |
| call_->env(), // Return can become deoptimization target. |
| - Definition::kEffect); |
| + FlowGraph::kEffect); |
| entry->set_last_instruction(result); |
| exit_collector->AddExit(result); |
| GraphEntryInstr* graph_entry = |