| Index: src/interpreter/interpreter.cc
|
| diff --git a/src/interpreter/interpreter.cc b/src/interpreter/interpreter.cc
|
| index a0892fd2156864ff904f29de204e19a02c8c66c1..4e668ba16c758a487b4ef7239fbbfc2da409dff2 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;
|
|
|