| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index 1091bce8f38ecd5ae782780ee6be66a33824f83f..df3010181e7f462935c2f650dbba08b3e1531699 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -5204,7 +5204,6 @@ Code::Flags Code::ComputeFlags(Kind kind, ExtraICState extra_ic_state,
|
| // TODO(ishell): remove ICStateField.
|
| // Compute the bit mask.
|
| unsigned int bits = KindField::encode(kind) |
|
| - ICStateField::encode(MONOMORPHIC) |
|
| ExtraICStateField::encode(extra_ic_state) |
|
| CacheHolderField::encode(holder);
|
| return static_cast<Flags>(bits);
|
|
|