Index: src/compiler/control-reducer.cc |
diff --git a/src/compiler/control-reducer.cc b/src/compiler/control-reducer.cc |
index e1bd0c9afb80b67c2aaa7763acabe3ce09c03312..533fb23997614e8c2503a2f1959c77d4424257a5 100644 |
--- a/src/compiler/control-reducer.cc |
+++ b/src/compiler/control-reducer.cc |
@@ -18,7 +18,7 @@ enum VisitState { kUnvisited = 0, kOnStack = 1, kRevisit = 2, kVisited = 3 }; |
enum Reachability { kFromStart = 8 }; |
#define TRACE(x) \ |
- if (FLAG_trace_turbo) PrintF x |
+ if (FLAG_trace_turbo_reduction) PrintF x |
class ControlReducerImpl { |
public: |