| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index 8d85b4e00021356768bb5f8e021d7205d5fab397..1417a4fa72be6c1e0baa256b49f01b453888f3b0 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -110,6 +110,9 @@ class FlowGraph : public ZoneAllocated {
|
| intptr_t num_non_copied_params() const {
|
| return num_non_copied_params_;
|
| }
|
| + bool IsIrregexpFunction() const {
|
| + return parsed_function().function().IsIrregexpFunction();
|
| + }
|
|
|
| // Flow graph orders.
|
| const GrowableArray<BlockEntryInstr*>& preorder() const {
|
|
|