Index: src/ic/x87/stub-cache-x87.cc |
diff --git a/src/ic/x87/stub-cache-x87.cc b/src/ic/x87/stub-cache-x87.cc |
index dfc0ef6c665291bb14e24e531191e4a969e2224b..b238e5fff6853e5e3cdfe7825e56fda6f8c81d0f 100644 |
--- a/src/ic/x87/stub-cache-x87.cc |
+++ b/src/ic/x87/stub-cache-x87.cc |
@@ -153,9 +153,6 @@ void StubCache::GenerateProbe(MacroAssembler* masm, Code::Kind ic_kind, |
// being 12. |
DCHECK(sizeof(Entry) == 12); |
- // Assert the flags do not name a specific type. |
- DCHECK(Code::ExtractTypeFromFlags(flags) == 0); |
- |
// Assert that there are no register conflicts. |
DCHECK(!scratch.is(receiver)); |
DCHECK(!scratch.is(name)); |