| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 5369)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -24,12 +24,12 @@
|
|
|
| void BuildGraph();
|
|
|
| + const ParsedFunction& parsed_function() const { return parsed_function_; }
|
| +
|
| const GrowableArray<BlockEntryInstr*>* blocks() const {
|
| return &postorder_block_entries_;
|
| }
|
|
|
| - const ParsedFunction& parsed_function() const { return parsed_function_; }
|
| -
|
| void Bailout(const char* reason);
|
|
|
| private:
|
|
|