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

Unified Diff: src/compiler/typer.h

Issue 1008923004: [turbofan] Turn weaken min/max limits for typer into constants. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | 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 a288d060a6350fc74be513ac95dab6daaa049ecf..4c04ddb973b3404b85a2522fc9c75003041d0b10 100644
--- a/src/compiler/typer.h
+++ b/src/compiler/typer.h
@@ -6,7 +6,6 @@
#define V8_COMPILER_TYPER_H_
#include "src/compiler/graph.h"
-#include "src/compiler/opcodes.h"
#include "src/types.h"
namespace v8 {
@@ -63,8 +62,6 @@ class Typer {
Type* random_fun_;
LazyTypeCache* cache_;
- ZoneVector<double> weaken_min_limits_;
- ZoneVector<double> weaken_max_limits_;
DISALLOW_COPY_AND_ASSIGN(Typer);
};
« no previous file with comments | « no previous file | src/compiler/typer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698