From a78fdbc93fd8919aacf375cc4d40fdd46a9722a0 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Tue, 11 Oct 2016 15:46:56 -0600 Subject: and or not for constraints --- include/ir_enums.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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, -- cgit v1.2.3-70-g09d2