isl_map_plain_is_disjoint: special case obviously empty inputs
[platform/upstream/isl.git] / isl_factorization.c
index 64d6b30..062cce9 100644 (file)
@@ -3,7 +3,7 @@
  * Copyright 2008-2009 Katholieke Universiteit Leuven
  * Copyright 2010      INRIA Saclay
  *
- * Use of this software is governed by the GNU LGPLv2.1 license
+ * Use of this software is governed by the MIT license
  *
  * Written by Sven Verdoolaege, Leiden Institute of Advanced Computer Science,
  * Universiteit Leiden, Niels Bohrweg 1, 2333 CA Leiden, The Netherlands
@@ -65,7 +65,7 @@ void isl_factorizer_dump(__isl_take isl_factorizer *f, FILE *out)
        if (!f)
                return;
 
-       isl_morph_dump(f->morph, out);
+       isl_morph_print_internal(f->morph, out);
        fprintf(out, "[");
        for (i = 0; i < f->n_group; ++i) {
                if (i)