| Index: runtime/vm/flow_graph_builder.h
|
| diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
|
| index 06a1a3e73078e730e2b62f7d0db4bc282f41e479..3eeb659240c2023db8bb250bbd302035f3ea2319 100644
|
| --- a/runtime/vm/flow_graph_builder.h
|
| +++ b/runtime/vm/flow_graph_builder.h
|
| @@ -60,7 +60,9 @@ class FlowGraphBuilder: public ValueObject {
|
| GrowableArray<intptr_t>* parent,
|
| GrowableArray<intptr_t>* label);
|
|
|
| - void Rename(intptr_t var_count);
|
| + void Rename(intptr_t stack_local_count,
|
| + intptr_t fixed_parameter_count,
|
| + intptr_t copied_parameter_count);
|
| void RenameRecursive(BlockEntryInstr* block_entry,
|
| GrowableArray<Value*>* env,
|
| intptr_t var_count,
|
|
|