| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 25478)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -165,6 +165,10 @@
|
| void ReplaceWithMathCFunction(InstanceCallInstr* call,
|
| MethodRecognizer::Kind recognized_kind);
|
|
|
| + void HandleComparison(ComparisonInstr* comp,
|
| + const ICData& ic_data,
|
| + Instruction* current_instruction);
|
| +
|
| void HandleRelationalOp(RelationalOpInstr* comp);
|
|
|
| // Visit an equality compare. The current instruction can be the
|
|
|