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.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ir_enums.hh b/include/ir_enums.hh
index 742dbe8..6c652e5 100644
--- a/include/ir_enums.hh
+++ b/include/ir_enums.hh
@@ -21,4 +21,5 @@ enum IR_CONDITION_TYPE {IR_COND_LT, IR_COND_LE,
enum IR_ARRAY_LAYOUT_TYPE {IR_ARRAY_LAYOUT_ROW_MAJOR,
IR_ARRAY_LAYOUT_COLUMN_MAJOR,
IR_ARRAY_LAYOUT_SPACE_FILLING};
+
#endif