Index: src/compiler/graph-reducer.h |
diff --git a/src/compiler/graph-reducer.h b/src/compiler/graph-reducer.h |
index 21e0a84b99c86021556848e316a66f7c0e6d15c9..a8a907fa12731b29b0834d9fa207a565d371e6b2 100644 |
--- a/src/compiler/graph-reducer.h |
+++ b/src/compiler/graph-reducer.h |
@@ -19,7 +19,7 @@ class Node; |
// NodeIds are identifying numbers for nodes that can be used to index auxiliary |
// out-of-line data associated with each node. |
-typedef int32_t NodeId; |
+typedef uint32_t NodeId; |
// Represents the result of trying to reduce a node in the graph. |