| Index: src/compiler/bytecode-graph-builder.cc
|
| diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc
|
| index a7b39c209ebb2d1b3fd1094f9cd18131b34b757a..1bf1dce79a3c79fe098b5b5e54bd09b80b1d33ca 100644
|
| --- a/src/compiler/bytecode-graph-builder.cc
|
| +++ b/src/compiler/bytecode-graph-builder.cc
|
| @@ -1389,6 +1389,8 @@ void BytecodeGraphBuilder::VisitIllegal() {
|
| UNREACHABLE();
|
| }
|
|
|
| +void BytecodeGraphBuilder::VisitNop() {}
|
| +
|
| void BytecodeGraphBuilder::SwitchToMergeEnvironment(int current_offset) {
|
| if (merge_environments_[current_offset] != nullptr) {
|
| if (environment() != nullptr) {
|
|
|