| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index 4a841968554bc0ebcdb4624083d58e863f7e19e5..34112c6a4d11a352902c8d55b2f734cea55eab7e 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -78,9 +78,7 @@ class FlowGraph : public ZoneAllocated {
|
| const GrowableArray<BlockEntryInstr*>& reverse_postorder() const {
|
| return reverse_postorder_;
|
| }
|
| - GrowableArray<BlockEntryInstr*>* codegen_block_order(bool is_optimized) {
|
| - return is_optimized ? &optimized_block_order_ : &reverse_postorder_;
|
| - }
|
| + GrowableArray<BlockEntryInstr*>* codegen_block_order(bool is_optimized);
|
|
|
| // Iterators.
|
| BlockIterator reverse_postorder_iterator() const {
|
|
|