| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index d1bc520ac0c01a54c1ffb4ac3087bdc22e5aa9fd..374bcbd70c8ac2a9461349bc88527b44d0886d2d 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -3822,12 +3822,6 @@ Code::Flags Code::ComputeFlags(Kind kind,
|
| StubType type,
|
| int argc,
|
| InlineCacheHolderFlag holder) {
|
| - // Extra IC state is only allowed for call IC stubs or for store IC
|
| - // stubs.
|
| - ASSERT(extra_ic_state == kNoExtraICState ||
|
| - kind == CALL_IC ||
|
| - kind == STORE_IC ||
|
| - kind == KEYED_STORE_IC);
|
| // Compute the bit mask.
|
| int bits = KindField::encode(kind)
|
| | ICStateField::encode(ic_state)
|
|
|