Index: src/compiler/simplified-lowering.cc |
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc |
index 482a283e855bd54fef1a4bf77c235333dad4d926..825de35aa5aa69deb8b085d31ac613b41e90c47b 100644 |
--- a/src/compiler/simplified-lowering.cc |
+++ b/src/compiler/simplified-lowering.cc |
@@ -1085,7 +1085,7 @@ class RepresentationSelector { |
private: |
JSGraph* jsgraph_; |
- int count_; // number of nodes in the graph |
+ size_t const count_; // number of nodes in the graph |
NodeInfo* info_; // node id -> usage information |
NodeVector nodes_; // collected nodes |
NodeVector replacements_; // replacements to be done after lowering |