| Index: src/ic.cc
|
| diff --git a/src/ic.cc b/src/ic.cc
|
| index 1ec9728ebf5f9beb1e9e616776181663a714e00f..08df2261fded944933ef595d3b325924cc1300ab 100644
|
| --- a/src/ic.cc
|
| +++ b/src/ic.cc
|
| @@ -2619,7 +2619,7 @@ void BinaryOpIC::State::Update(Handle<Object> left,
|
| left_kind_ = UpdateKind(left, left_kind_);
|
| right_kind_ = UpdateKind(right, right_kind_);
|
|
|
| - int32_t fixed_right_arg_value;
|
| + int32_t fixed_right_arg_value = 0;
|
| bool has_fixed_right_arg =
|
| op_ == Token::MOD &&
|
| right->ToInt32(&fixed_right_arg_value) &&
|
|
|