From 031bfef600e7021c8bd72e2e663f368e7386b131 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 18 Nov 2020 17:55:27 +0100 Subject: Added Asm ops --- flowgraph/node.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'flowgraph') diff --git a/flowgraph/node.h b/flowgraph/node.h index 6a3ef14..def3c04 100644 --- a/flowgraph/node.h +++ b/flowgraph/node.h @@ -117,9 +117,9 @@ namespace FlowGraph { enum class UnaryOperationType: int { - Increment, - Decrement, - Negate, + LogicalNot, + BitwiseNot, + Minus, }; class UnaryOperation: public Node -- cgit v1.2.3