| Index: src/ic/ic-state.h
|
| diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h
|
| index b5f58ed211a1800ede1b7c6022409cfa04669797..150e963245fa0b7577de6bdaad18ccdf94b59feb 100644
|
| --- a/src/ic/ic-state.h
|
| +++ b/src/ic/ic-state.h
|
| @@ -112,7 +112,7 @@ class BinaryOpICState FINAL BASE_EMBEDDED {
|
| }
|
|
|
| static const int FIRST_TOKEN = Token::BIT_OR;
|
| - static const int LAST_TOKEN = Token::MOD;
|
| + static const int LAST_TOKEN = Token::EXP;
|
|
|
| Token::Value op() const { return op_; }
|
| Maybe<int> fixed_right_arg() const { return fixed_right_arg_; }
|
|
|