Chromium Code Reviews

Unified Diff: src/compiler/typer.h

Issue 769303002: [turbofan] Reuse forward fixpoint algorithm in Typer by making it a Reducer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « src/compiler/node-properties-inl.h ('k') | src/compiler/typer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/typer.h
diff --git a/src/compiler/typer.h b/src/compiler/typer.h
index 6c5bc1e2814fef6302833a1ab3fddce8323d4a18..7b740e1c997a56ec338db2d4cfdf66fa3d5beec6 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -31,8 +31,6 @@ class Typer {
private:
class Visitor;
- class RunVisitor;
- class WidenVisitor;
class Decorator;
Graph* graph_;
« no previous file with comments | « src/compiler/node-properties-inl.h ('k') | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine