| Index: src/compiler/common-operator.cc
|
| diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc
|
| index 51f93da3b4d30d16913fa72a7447f82e78a10cbc..8dde85666b5f15f19dfe9c18df8ad8d5405f66c2 100644
|
| --- a/src/compiler/common-operator.cc
|
| +++ b/src/compiler/common-operator.cc
|
| @@ -462,7 +462,6 @@ const Operator* CommonOperatorBuilder::IfException(IfExceptionHint hint) {
|
|
|
|
|
| const Operator* CommonOperatorBuilder::Switch(size_t control_output_count) {
|
| - DCHECK_GE(control_output_count, 3u); // Disallow trivial switches.
|
| return new (zone()) Operator( // --
|
| IrOpcode::kSwitch, Operator::kKontrol, // opcode
|
| "Switch", // name
|
|
|