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

Unified Diff: src/compiler/typer.h

Issue 701473002: Make generic algorithm less generic. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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/typer.h
diff --git a/src/compiler/typer.h b/src/compiler/typer.h
index 2cb0f51fd55ed26413e809672a2716d80ba42bb4..8491d914af058c87e1f8cfce1aa3959befdf50f0 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -21,7 +21,6 @@ class Typer {
~Typer();
void Run();
- void Narrow(Node* node);
Graph* graph() { return graph_; }
MaybeHandle<Context> context() { return context_; }
@@ -31,7 +30,6 @@ class Typer {
private:
class Visitor;
class RunVisitor;
- class NarrowVisitor;
class WidenVisitor;
class Decorator;

Powered by Google App Engine
This is Rietveld 408576698