summaryrefslogtreecommitdiffhomepage
path: root/cpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp.h')
-rw-r--r--cpp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp.h b/cpp.h
index 3207ef9..b18c251 100644
--- a/cpp.h
+++ b/cpp.h
@@ -73,6 +73,8 @@ private:
void getValueOfNode(index_t index);
void visitRecursive(index_t node_id);
+ FlowGraph::Graph BinaryOperation(index_t index); // index: node
+
// phase 8: instantiate: instantiate templates; flowgraph->asm
Segment mSegment;