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

Unified Diff: src/compiler/typer.h

Issue 794113002: [turbofan] Fix typing of typed array loads/stores. (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. 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/js-typed-lowering.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 a3e00ca43d2705a38df0a24eab78731e9790cb7a..45d3a32b79fca160909bf93f9d9378fbf21380f3 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -15,7 +15,9 @@ namespace v8 {
namespace internal {
namespace compiler {
-struct LazyTypeCache;
+// Forward declarations.
+class LazyTypeCache;
+
class Typer {
public:
@@ -54,10 +56,6 @@ class Typer {
Type* falsish;
Type* integer;
Type* weakint;
- Type* signed8_;
- Type* unsigned8_;
- Type* signed16_;
- Type* unsigned16_;
Type* number_fun0_;
Type* number_fun1_;
Type* number_fun2_;
« no previous file with comments | « src/compiler/js-typed-lowering.cc ('k') | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698