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

Unified Diff: src/compiler/verifier.cc

Issue 2397753003: Revert of [turbofan] inline %StringIteratorPrototype%.next in JSBuiltinReducer. (Closed)
Patch Set: Created 4 years, 2 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/compiler/typer.cc ('k') | src/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/verifier.cc
diff --git a/src/compiler/verifier.cc b/src/compiler/verifier.cc
index c998281d390a866726d2c2165cd3fd48c2ed8c5c..3b278993e6c1fdeb4e8a8527d87dd01e046e8cb7 100644
--- a/src/compiler/verifier.cc
+++ b/src/compiler/verifier.cc
@@ -843,11 +843,6 @@
break;
case IrOpcode::kStringFromCharCode:
// Number -> String
- CheckValueInputIs(node, 0, Type::Number());
- CheckTypeIs(node, Type::String());
- break;
- case IrOpcode::kStringFromCodePoint:
- // (Unsigned32) -> String
CheckValueInputIs(node, 0, Type::Number());
CheckTypeIs(node, Type::String());
break;
« no previous file with comments | « src/compiler/typer.cc ('k') | src/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698