Index: src/ic/ic-inl.h |
diff --git a/src/ic/ic-inl.h b/src/ic/ic-inl.h |
index 65a5a2ddec2d00c2ec4c05b2e0ee162675941510..936444cb02d0660aef9867d903e582a3b29ad7b5 100644 |
--- a/src/ic/ic-inl.h |
+++ b/src/ic/ic-inl.h |
@@ -60,9 +60,8 @@ void IC::SetTargetAtAddress(Address address, Code* target, |
DCHECK(!target->is_inline_cache_stub() || |
(target->kind() != Code::LOAD_IC && |
target->kind() != Code::KEYED_LOAD_IC && |
- target->kind() != Code::CALL_IC && |
- (!FLAG_vector_stores || (target->kind() != Code::STORE_IC && |
- target->kind() != Code::KEYED_STORE_IC)))); |
+ target->kind() != Code::CALL_IC && target->kind() != Code::STORE_IC && |
+ target->kind() != Code::KEYED_STORE_IC)); |
Heap* heap = target->GetHeap(); |
Code* old_target = GetTargetAtAddress(address, constant_pool); |