summaryrefslogtreecommitdiff
path: root/include/ir_enums.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/ir_enums.hh')
-rw-r--r--include/ir_enums.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ir_enums.hh b/include/ir_enums.hh
index 6c652e5..5f3102f 100644
--- a/include/ir_enums.hh
+++ b/include/ir_enums.hh
@@ -17,6 +17,8 @@ enum IR_SYMBOL_TYPE {IR_SYMBOL_UNKNOWN=0, IR_SYMBOL_INT, IR_SYMBOL_FLOAT, IR_SYM
enum IR_CONDITION_TYPE {IR_COND_LT, IR_COND_LE,
IR_COND_GT, IR_COND_GE,
IR_COND_EQ, IR_COND_NE,
+ IR_COND_AND, IR_COND_OR,
+ IR_COND_NOT,
IR_COND_UNKNOWN};
enum IR_ARRAY_LAYOUT_TYPE {IR_ARRAY_LAYOUT_ROW_MAJOR,
IR_ARRAY_LAYOUT_COLUMN_MAJOR,