Chromium Code Reviews| Index: src/compiler/pipeline.cc |
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
| index 59089e03d618efc5a0914e02e1ccb9aa06c4c58f..a5037a9e4289080d22325659e98b0ecc5569cf9e 100644 |
| --- a/src/compiler/pipeline.cc |
| +++ b/src/compiler/pipeline.cc |
| @@ -755,8 +755,8 @@ struct PrintGraphPhase { |
| fclose(json_file); |
| } |
| - OFStream os(stdout); |
| if (FLAG_trace_turbo_graph) { // Simple textual RPO. |
| + OFStream os(stdout); |
| os << "-- Graph after " << phase << " -- " << std::endl; |
| os << AsRPO(*graph); |
| } |