| Index: src/compiler/machine-operator.h
|
| diff --git a/src/compiler/machine-operator.h b/src/compiler/machine-operator.h
|
| index 92c698676839e3be3eabac6247330507ffe4ec39..f6e8775c78d6fe1d69566209841d8843ae4dd162 100644
|
| --- a/src/compiler/machine-operator.h
|
| +++ b/src/compiler/machine-operator.h
|
| @@ -312,6 +312,8 @@ class MachineOperatorBuilder final : public ZoneObject {
|
| const Operator* ImpossibleToFloat32();
|
| const Operator* ImpossibleToFloat64();
|
| const Operator* ImpossibleToTagged();
|
| + const Operator* ImpossibleToTaggedSigned();
|
| + const Operator* ImpossibleToTaggedPointer();
|
| const Operator* ImpossibleToBit();
|
|
|
| // These operators truncate or round numbers, both changing the representation
|
|
|