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

Unified Diff: src/compiler/typed-optimization.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/type-cache.cc ('k') | src/compiler/typed-optimization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/typed-optimization.h
diff --git a/src/compiler/typed-optimization.h b/src/compiler/typed-optimization.h
index 3134cbe14f7eaf8740e12320bac449f50f294be4..54d780c33e8f0b7edf4b0b4221645a851719691e 100644
--- a/src/compiler/typed-optimization.h
+++ b/src/compiler/typed-optimization.h
@@ -15,13 +15,13 @@ namespace internal {
class CompilationDependencies;
class Factory;
class Isolate;
-class TypeCache;
namespace compiler {
// Forward declarations.
class JSGraph;
class SimplifiedOperatorBuilder;
+class TypeCache;
class TypedOptimization final : public AdvancedReducer {
public:
« no previous file with comments | « src/compiler/type-cache.cc ('k') | src/compiler/typed-optimization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698