isl_basic_set_opt: avoid invalid access on error path
[platform/upstream/isl.git] / isl_options_private.h
index 0b1139a..b7cacb1 100644 (file)
@@ -67,6 +67,7 @@ struct isl_options {
        int                     ast_build_group_coscheduled;
        int                     ast_build_separation_bounds;
        int                     ast_build_scale_strides;
+       int                     ast_build_allow_else;
 };
 
 #endif