Index: src/interpreter/interpreter.cc |
diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc |
index 3b67dfe5ab3e7844f12230a2f91a7d9a43409abc..1c4e24d6673c37c5d70c82e7b675dede84947313 100644 |
--- a/src/interpreter/interpreter.cc |
+++ b/src/interpreter/interpreter.cc |
@@ -180,9 +180,8 @@ bool Interpreter::MakeBytecode(CompilationInfo* info) { |
bool Interpreter::IsDispatchTableInitialized() { |
if (FLAG_trace_ignition || FLAG_trace_ignition_codegen || |
FLAG_trace_ignition_dispatches) { |
- // Regenerate table to add bytecode tracing operations, |
- // print the assembly code generated by TurboFan, |
- // or instrument handlers with dispatch counters. |
+ // Regenerate table to add bytecode tracing operations, print the assembly |
+ // code generated by TurboFan or instrument handlers with dispatch counters. |
return false; |
} |
return dispatch_table_[0] != nullptr; |