X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_map_piplib.h;h=8f1f70300c5b4f18eaee17da6ff514254fa2cff4;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=b28aaddda60caad4817e84477bd4ac2b6c7dd5aa;hpb=4924538ccbe8b8147eb665f29ffd0ad47c2ffc37;p=platform%2Fupstream%2Fisl.git diff --git a/isl_map_piplib.h b/isl_map_piplib.h index b28aadd..8f1f703 100644 --- a/isl_map_piplib.h +++ b/isl_map_piplib.h @@ -1,7 +1,16 @@ +/* + * Copyright 2008-2009 Katholieke Universiteit Leuven + * + * Use of this software is governed by the MIT license + * + * Written by Sven Verdoolaege, K.U.Leuven, Departement + * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium + */ + #ifndef ISL_MAP_PIPLIB_H #define ISL_MAP_PIPLIB_H -#include +#include #if defined(__cplusplus) extern "C" { @@ -10,7 +19,6 @@ extern "C" { struct isl_map *isl_pip_basic_map_lexopt( struct isl_basic_map *bmap, struct isl_basic_set *dom, struct isl_set **empty, int max); -struct isl_map *isl_pip_basic_map_compute_divs(struct isl_basic_map *bmap); #if defined(__cplusplus) }