Chromium Code Reviews| Index: runtime/vm/compiler.cc |
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc |
| index adcbe33c96713a980e6e1c6a4eb782fa1a2ffe9f..5f7fd58fc3db84339233e446a90de2ccff06bb2b 100644 |
| --- a/runtime/vm/compiler.cc |
| +++ b/runtime/vm/compiler.cc |
| @@ -636,7 +636,7 @@ bool CompileParsedFunctionHelper::Compile(CompilationPipeline* pipeline) { |
| const bool print_flow_graph = |
| (FLAG_print_flow_graph || |
| - (optimized() && FLAG_print_flow_graph_optimized)) && |
| + (optimized() && FLAG_print_flow_graph_optimized)) && |
|
siva
2016/02/10 17:57:35
indentation seems off over here.
srdjan
2016/02/10 19:18:51
Done.
|
| FlowGraphPrinter::ShouldPrint(function); |
| if (print_flow_graph) { |