Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(900)

Unified Diff: src/type-info.cc

Issue 2893263002: [turbofan] Add Symbol feedback to Equal/StrictEqual. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/type-hints.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-info.cc
diff --git a/src/type-info.cc b/src/type-info.cc
index 0b8dd147bd35f46835c9c244906eb4acc0af6e4f..246822838353ca0d0a4f42dbd3bdd6c7f448b8e3 100644
--- a/src/type-info.cc
+++ b/src/type-info.cc
@@ -191,6 +191,8 @@ AstType* CompareOpHintToType(CompareOperationHint hint) {
return AstType::InternalizedString();
case CompareOperationHint::kString:
return AstType::String();
+ case CompareOperationHint::kSymbol:
+ UNREACHABLE();
case CompareOperationHint::kReceiver:
return AstType::Receiver();
case CompareOperationHint::kAny:
« no previous file with comments | « src/type-hints.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698