Index: src/compiler/node.h |
diff --git a/src/compiler/node.h b/src/compiler/node.h |
index 16b2aeeb1cc2b12e982ace299453f63645c5e8f7..08b775c1fff688376140e1316c236b141eca09b8 100644 |
--- a/src/compiler/node.h |
+++ b/src/compiler/node.h |
@@ -27,7 +27,7 @@ typedef uint32_t Mark; |
// 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; |
// A Node is the basic primitive of graphs. Nodes are chained together by |