X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_morph.h;h=b3970e6595f2d19b755cade63f7390576651eca3;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=372344889ad7b61ca7e1badc5e71db96ca0c11d4;hpb=0d458c47aefdc037512282a3250de99d9d24b8c9;p=platform%2Fupstream%2Fisl.git diff --git a/isl_morph.h b/isl_morph.h index 3723448..b3970e6 100644 --- a/isl_morph.h +++ b/isl_morph.h @@ -1,7 +1,7 @@ /* * 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, INRIA Saclay - Ile-de-France, * Parc Club Orsay Universite, ZAC des vignes, 4 rue Jacques Monod, @@ -57,7 +57,8 @@ __isl_give isl_morph *isl_morph_compose(__isl_take isl_morph *morph1, __isl_take isl_morph *morph2); __isl_give isl_morph *isl_morph_inverse(__isl_take isl_morph *morph); -void isl_morph_dump(__isl_take isl_morph *morph, FILE *out); +void isl_morph_print_internal(__isl_take isl_morph *morph, FILE *out); +void isl_morph_dump(__isl_take isl_morph *morph); __isl_give isl_morph *isl_basic_set_variable_compression( __isl_keep isl_basic_set *bset, enum isl_dim_type type);