Index: src/ic/ppc/stub-cache-ppc.cc |
diff --git a/src/ic/ppc/stub-cache-ppc.cc b/src/ic/ppc/stub-cache-ppc.cc |
index 6030b2cbc8c48fc3c633e1f6ca24c1c239129eb2..0e1d330fda2280e19ea873e98c785be1a9ff1320 100644 |
--- a/src/ic/ppc/stub-cache-ppc.cc |
+++ b/src/ic/ppc/stub-cache-ppc.cc |
@@ -120,9 +120,6 @@ void StubCache::GenerateProbe(MacroAssembler* masm, Code::Kind ic_kind, |
DCHECK(sizeof(Entry) == 12); |
#endif |
- // Make sure the flags does not name a specific type. |
- DCHECK(Code::ExtractTypeFromFlags(flags) == 0); |
- |
// Make sure that there are no register conflicts. |
DCHECK(!AreAliased(receiver, name, scratch, extra, extra2, extra3)); |