Index: src/compiler/node.h |
diff --git a/src/compiler/node.h b/src/compiler/node.h |
index d8a44939f389d322e0a0708d05d767aaabe102f0..2f4c6042482934ace9de3e31b1db1ca6e1a919e5 100644 |
--- a/src/compiler/node.h |
+++ b/src/compiler/node.h |
@@ -56,7 +56,7 @@ class Node FINAL : public GenericNode<NodeData, Node> { |
void Kill(); |
void CollectProjections(ZoneVector<Node*>* projections); |
- Node* FindProjection(int32_t projection_index); |
+ Node* FindProjection(int projection_index); |
titzer
2014/09/05 10:26:08
Can we move the changes to the Projection's static
Benedikt Meurer
2014/09/05 10:50:49
Done.
|
}; |
OStream& operator<<(OStream& os, const Node& n); |