Index: src/compiler/bytecode-graph-builder.cc |
diff --git a/src/compiler/bytecode-graph-builder.cc b/src/compiler/bytecode-graph-builder.cc |
index 513d3e0703891293d676376dff812a37a835a003..2c2ec998d72dacb93c13b79a3eb29d5fc5b0ab8b 100644 |
--- a/src/compiler/bytecode-graph-builder.cc |
+++ b/src/compiler/bytecode-graph-builder.cc |
@@ -1419,8 +1419,8 @@ void BytecodeGraphBuilder::VisitExtraWide() { |
} |
void BytecodeGraphBuilder::VisitIllegal() { |
- NewNode(javascript()->CallRuntime(Runtime::kAbort), |
- jsgraph()->Constant(kIllegalBytecode)); |
+ // Not emitted in valid bytecode. |
+ UNREACHABLE(); |
} |
void BytecodeGraphBuilder::VisitNop() {} |