diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-03-16 21:33:20 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-03-16 21:33:20 +0000 |
| commit | f4fe34bfb8dc7c46040f50128e83dbde2febafd8 (patch) | |
| tree | 0173011402b9f4870e5f585185c418f245864640 /polly/lib/External/isl/include | |
| parent | a90260088175866c7ea8efcae7ba0b0d68e1ed11 (diff) | |
| download | bcm5719-llvm-f4fe34bfb8dc7c46040f50128e83dbde2febafd8.tar.gz bcm5719-llvm-f4fe34bfb8dc7c46040f50128e83dbde2febafd8.zip | |
Update to isl-0.18-387-g3fa6191
This is a normal / regular maintenance update.
llvm-svn: 297999
Diffstat (limited to 'polly/lib/External/isl/include')
| -rw-r--r-- | polly/lib/External/isl/include/isl/map.h | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/polly/lib/External/isl/include/isl/map.h b/polly/lib/External/isl/include/isl/map.h index 50443a01145..ed6b70e1b40 100644 --- a/polly/lib/External/isl/include/isl/map.h +++ b/polly/lib/External/isl/include/isl/map.h @@ -42,16 +42,23 @@ extern "C" { * reference to the old structure(s), use the appropriate _copy function. */ -unsigned isl_basic_map_n_in(const struct isl_basic_map *bmap); -unsigned isl_basic_map_n_out(const struct isl_basic_map *bmap); -unsigned isl_basic_map_n_param(const struct isl_basic_map *bmap); -unsigned isl_basic_map_n_div(const struct isl_basic_map *bmap); +ISL_DEPRECATED +unsigned isl_basic_map_n_in(__isl_keep const isl_basic_map *bmap); +ISL_DEPRECATED +unsigned isl_basic_map_n_out(__isl_keep const isl_basic_map *bmap); +ISL_DEPRECATED +unsigned isl_basic_map_n_param(__isl_keep const isl_basic_map *bmap); +ISL_DEPRECATED +unsigned isl_basic_map_n_div(__isl_keep const isl_basic_map *bmap); unsigned isl_basic_map_total_dim(const struct isl_basic_map *bmap); unsigned isl_basic_map_dim(__isl_keep isl_basic_map *bmap, enum isl_dim_type type); +ISL_DEPRECATED unsigned isl_map_n_in(const struct isl_map *map); +ISL_DEPRECATED unsigned isl_map_n_out(const struct isl_map *map); +ISL_DEPRECATED unsigned isl_map_n_param(const struct isl_map *map); unsigned isl_map_dim(__isl_keep isl_map *map, enum isl_dim_type type); |

