diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/qbt/nodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/qbt/nodes.h b/include/qbt/nodes.h index b8c601b..98d36c6 100644 --- a/include/qbt/nodes.h +++ b/include/qbt/nodes.h @@ -19,6 +19,7 @@ enum insn_type { ALLOC, COPY, MOVE, + BLIT, EQ, NE, LE, @@ -68,6 +69,7 @@ enum insn_flags { M(ALLOC) \ M(COPY) \ M(MOVE) \ + M(BLIT) \ M(EQ) \ M(NE) \ M(LE) \ |
