re PR target/54061 (gcc.c-torture/compile/mipscop-*.c ICEs with -g)
[gcc.git] / gcc / graphite-sese-to-poly.c
index 4e95f78bbfab454547947949f823a6f5c3e457f1..8fa41dc372e6e50eb04d6c27e36696af28397b47 100644 (file)
@@ -1058,6 +1058,8 @@ build_loop_iteration_domains (scop_p scop, struct loop *loop,
          c = isl_constraint_set_constant (c, v);
          inner = isl_set_add_constraint (inner, c);
        }
+      else
+       isl_pw_aff_free (aff);
     }
   else
     gcc_unreachable ();