Index: src/compiler/simplified-lowering.h |
diff --git a/src/compiler/simplified-lowering.h b/src/compiler/simplified-lowering.h |
index b4a29a67a90239848a10d7b161af3f77cb7c9049..c24408c7c2dfbe3d72c3ad3ebba0b83c7fddb25b 100644 |
--- a/src/compiler/simplified-lowering.h |
+++ b/src/compiler/simplified-lowering.h |
@@ -12,6 +12,11 @@ |
namespace v8 { |
namespace internal { |
+ |
+// Forward declarations. |
+class TypeCache; |
+ |
+ |
namespace compiler { |
// Forward declarations. |
@@ -41,7 +46,7 @@ class SimplifiedLowering final { |
private: |
JSGraph* const jsgraph_; |
Zone* const zone_; |
- Type* const zero_thirtyone_range_; |
+ TypeCache const& type_cache_; |
// TODO(danno): SimplifiedLowering shouldn't know anything about the source |
// positions table, but must for now since there currently is no other way to |