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

Unified Diff: src/compiler/machine-graph-verifier.cc

Issue 2622833002: WIP [esnext] implement async iteration proposal (Closed)
Patch Set: Created 3 years, 11 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
Index: src/compiler/machine-graph-verifier.cc
diff --git a/src/compiler/machine-graph-verifier.cc b/src/compiler/machine-graph-verifier.cc
index ecabbe057530b6eaec020dbe1ff4dd479ee9fcf1..cf2e92244bd769ce5ff980937d6a70e9fd41061f 100644
--- a/src/compiler/machine-graph-verifier.cc
+++ b/src/compiler/machine-graph-verifier.cc
@@ -519,6 +519,8 @@ class MachineRepresentationChecker {
case IrOpcode::kTypedStateValues:
case IrOpcode::kFrameState:
break;
+ case IrOpcode::kRetain:
caitp 2017/01/10 04:13:41 TODO(caitp): get rid of this (and any calls to Ret
+ break;
default:
if (node->op()->ValueInputCount() != 0) {
std::stringstream str;

Powered by Google App Engine
This is Rietveld 408576698