| Index: src/compiler/verifier.cc
|
| diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
|
| index e678f4e6a5e955e31bf12586e20b0de067c04069..46790eb09837a4bed75d9401426a17594e6c4fdd 100644
|
| --- a/src/compiler/verifier.cc
|
| +++ b/src/compiler/verifier.cc
|
| @@ -193,6 +193,8 @@ void Verifier::Visitor::Check(Node* node) {
|
| CheckNotTyped(node);
|
| break;
|
| case IrOpcode::kDead:
|
| + case IrOpcode::kDeadValue:
|
| + case IrOpcode::kDeadEffect:
|
| // Dead is never connected to the graph.
|
| // TODO(mstarzinger): Make the GraphReducer immediately perform control
|
| // reduction in case control is killed. This will prevent {Dead} from
|
|
|