Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 8fb7b69f403ea6cfe7e8a02af70a7a983044675a..513d3e0703891293d676376dff812a37a835a003 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -1423,6 +1423,8 @@ void BytecodeGraphBuilder::VisitIllegal() { |
jsgraph()->Constant(kIllegalBytecode)); |
} |
+void BytecodeGraphBuilder::VisitNop() {} |
+ |
void BytecodeGraphBuilder::SwitchToMergeEnvironment(int current_offset) { |
if (merge_environments_[current_offset] != nullptr) { |
if (environment() != nullptr) { |