Index: src/compiler/common-operator-reducer.h |
diff --git a/src/compiler/common-operator-reducer.h b/src/compiler/common-operator-reducer.h |
index 1456c15e957e949f1414f601b162738d5b6eb67e..3c43bda455cf7963052f1ce5b46b63030c9591f4 100644 |
--- a/src/compiler/common-operator-reducer.h |
+++ b/src/compiler/common-operator-reducer.h |
@@ -49,6 +49,7 @@ class CommonOperatorReducer final : public AdvancedReducer { |
Graph* const graph_; |
CommonOperatorBuilder* const common_; |
MachineOperatorBuilder* const machine_; |
+ SetOncePointer<Node> dead_; |
}; |
} // namespace compiler |