summaryrefslogtreecommitdiffhomepage
path: root/cpp.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-23 22:01:49 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-23 22:01:49 +0100
commit61db05a4127790da3219fccce87c34aa890d1d08 (patch)
treef88ca783621c9a44fdb1fe605d81a0f4e54eccce /cpp.h
parentff69e8cab318101843cd8b49a0cb04df9763e10f (diff)
Add Subtract, generalized binary operations
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;