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

Unified Diff: src/compiler/typer.h

Issue 2289573002: [turbofan] Remove the unused asm.js types from TypeCache. (Closed)
Patch Set: Created 4 years, 4 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/typed-optimization.cc ('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 d4d5744a6eb5da4749f544a6bc11ba3b40c7a868..875b4839e5d6be0a8acbeeeb70381df1c25080cf 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -7,18 +7,13 @@
#include "src/compiler/graph.h"
#include "src/compiler/operation-typer.h"
-#include "src/types.h"
namespace v8 {
namespace internal {
-
-// Forward declarations.
-class TypeCache;
-
namespace compiler {
+// Forward declarations.
class LoopVariableOptimizer;
-class OperationTyper;
class Typer {
public:
« no previous file with comments | « src/compiler/typed-optimization.cc ('k') | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698