diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index 345045be0..ceba190ac 100644 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -2651,6 +2651,8 @@ typedef enum ObItemType T_LS_ATTR_LIST = 4757, T_ALTER_LS = 4758, T_UNIT_GROUP = 4759, + T_TRANSPOSE_TABLE = 4760, + T_FUN_UNPIVOT = 4761, T_MAX //Attention: add a new type before T_MAX } ObItemType;