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

Unified Diff: src/compiler/access-info.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/access-builder.cc ('k') | src/compiler/access-info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/access-info.h
diff --git a/src/compiler/access-info.h b/src/compiler/access-info.h
index daa872286fed7977cec0dfc3c392cc175d53a252..8c49a62c5029c321708fe9ed6da8f3de6732bb9c 100644
--- a/src/compiler/access-info.h
+++ b/src/compiler/access-info.h
@@ -17,10 +17,12 @@ namespace internal {
// Forward declarations.
class CompilationDependencies;
class Factory;
-class TypeCache;
namespace compiler {
+// Forward declarations.
+class TypeCache;
+
// Whether we are loading a property or storing to a property.
enum class AccessMode { kLoad, kStore };
« no previous file with comments | « src/compiler/access-builder.cc ('k') | src/compiler/access-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698