Index: src/compiler/generic-node-inl.h |
diff --git a/src/compiler/generic-node-inl.h b/src/compiler/generic-node-inl.h |
index c2dc24ee832b080823de7465584b873093a5d0b4..76313af514b644a0a96a44419317ee9034f7d3bc 100644 |
--- a/src/compiler/generic-node-inl.h |
+++ b/src/compiler/generic-node-inl.h |
@@ -23,7 +23,8 @@ GenericNode<B, S>::GenericNode(GenericGraphBase* graph, int input_count) |
use_count_(0), |
first_use_(NULL), |
last_use_(NULL) { |
- inputs_.static_ = reinterpret_cast<Input*>(this + 1), AssignUniqueID(graph); |
+ inputs_.static_ = reinterpret_cast<Input*>(this + 1); |
+ AssignUniqueID(graph); |
} |
template <class B, class S> |