| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index fe23674a8bc71b5bac5ebb0939efc3372414ee1a..74742d119409cd9bd0747fc26ed2f6c0e5ff5858 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -338,7 +338,8 @@ class EffectGraphVisitor : public AstNodeVisitor {
|
| // successor of the loop condition.
|
| void TieLoop(intptr_t token_pos,
|
| const TestGraphVisitor& test_fragment,
|
| - const EffectGraphVisitor& body_fragment);
|
| + const EffectGraphVisitor& body_fragment,
|
| + const EffectGraphVisitor& test_preamble_fragment);
|
|
|
| // Wraps a value in a push-argument instruction and adds the result to the
|
| // graph.
|
|
|