aboutsummaryrefslogtreecommitdiff
path: root/reference_model/src/graph_node.cc
diff options
context:
space:
mode:
Diffstat (limited to 'reference_model/src/graph_node.cc')
-rw-r--r--reference_model/src/graph_node.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/reference_model/src/graph_node.cc b/reference_model/src/graph_node.cc
index 5f85932..1781e40 100644
--- a/reference_model/src/graph_node.cc
+++ b/reference_model/src/graph_node.cc
@@ -1,5 +1,5 @@
-// Copyright (c) 2020, ARM Limited.
+// Copyright (c) 2020-2023, ARM Limited.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -33,6 +33,7 @@ GraphNode::GraphNode(SubgraphTraverser* parent_sgt_, const Op& nodeType_, const
clearOnNextNodeList();
setRequiredOperands(-1, -1);
setRequiredRank(-1);
+ inMainBlock = false;
}
GraphNode::~GraphNode()