| Index: src/compiler/simplified-operator.cc
|
| diff --git a/src/compiler/simplified-operator.cc b/src/compiler/simplified-operator.cc
|
| index cff2a0536c983d6dc86ff0c089fe6d510de9a959..7e05593eef7c6bc36280c6b91d979315a278aff8 100644
|
| --- a/src/compiler/simplified-operator.cc
|
| +++ b/src/compiler/simplified-operator.cc
|
| @@ -311,6 +311,7 @@ CompareOperationHints::Hint CompareOperationHintOf(const Operator* op) {
|
| V(SpeculativeNumberModulus)
|
|
|
| #define CHECKED_OP_LIST(V) \
|
| + V(CheckNumber, 1) \
|
| V(CheckTaggedPointer, 1) \
|
| V(CheckTaggedSigned, 1) \
|
| V(CheckedInt32Add, 2) \
|
|
|