| Index: src/compiler/common-operator.cc
|
| diff --git a/src/compiler/common-operator.cc b/src/compiler/common-operator.cc
|
| index aaf405653162ed382e085108084f99d3c9e5790b..406cd37340932674e87170ffae171389a1881200 100644
|
| --- a/src/compiler/common-operator.cc
|
| +++ b/src/compiler/common-operator.cc
|
| @@ -768,15 +768,6 @@ const Operator* CommonOperatorBuilder::Guard(Type* type) {
|
| }
|
|
|
|
|
| -const Operator* CommonOperatorBuilder::EffectSet(int arguments) {
|
| - DCHECK(arguments > 1); // Disallow empty/singleton sets.
|
| - return new (zone()) Operator( // --
|
| - IrOpcode::kEffectSet, Operator::kPure, // opcode
|
| - "EffectSet", // name
|
| - 0, arguments, 0, 0, 1, 0); // counts
|
| -}
|
| -
|
| -
|
| const Operator* CommonOperatorBuilder::StateValues(int arguments) {
|
| switch (arguments) {
|
| #define CACHED_STATE_VALUES(arguments) \
|
|
|