| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 29157ef2c90a5652676fbad6f86854ff66582220..0e91b00f39f13665cf97adf257fa9af5063623c6 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -457,11 +457,13 @@ class FlowGraphCompiler : public ValueObject {
|
| Condition EmitEqualityRegConstCompare(Register reg,
|
| const Object& obj,
|
| bool needs_number_check,
|
| - TokenPosition token_pos);
|
| + TokenPosition token_pos,
|
| + intptr_t deopt_id);
|
| Condition EmitEqualityRegRegCompare(Register left,
|
| Register right,
|
| bool needs_number_check,
|
| - TokenPosition token_pos);
|
| + TokenPosition token_pos,
|
| + intptr_t deopt_id);
|
|
|
| bool NeedsEdgeCounter(TargetEntryInstr* block);
|
|
|
|
|