Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 21683) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -552,6 +552,7 @@ |
| class Assembler* assembler_; |
| const ParsedFunction& parsed_function_; |
| + const FlowGraph& flow_graph_; |
| const GrowableArray<BlockEntryInstr*>& block_order_; |
| // Compiler specific per-block state. Indexed by postorder block number |