| Index: runtime/vm/flow_graph_optimizer.h
|
| diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
|
| index 7b4d0559ddb229028f579c7c85c4a8a9da8ec70c..53159fcfc6ecf6a6ff249889a45323df95113e85 100644
|
| --- a/runtime/vm/flow_graph_optimizer.h
|
| +++ b/runtime/vm/flow_graph_optimizer.h
|
| @@ -86,9 +86,8 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
|
|
|
| void InsertConversion(Representation from,
|
| Representation to,
|
| - Instruction* instr,
|
| Value* use,
|
| - Definition* def,
|
| + Instruction* insert_before,
|
| Instruction* deopt_target);
|
|
|
| bool InstanceCallNeedsClassCheck(InstanceCallInstr* call) const;
|
|
|