diff options
| author | Tobias Grosser <tobias@grosser.es> | 2017-04-28 06:11:17 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2017-04-28 06:11:17 +0000 |
| commit | 287942ae8278f81ee81ca248c88f5bf5f70f5147 (patch) | |
| tree | c25a626db20acb232745bf9e54613ae2225ff0b5 /polly/lib/External/isl/isl_coalesce.c | |
| parent | 0589d9fa0fa27f9f5ffa78329697e8dc0ff34db9 (diff) | |
| download | bcm5719-llvm-287942ae8278f81ee81ca248c88f5bf5f70f5147.tar.gz bcm5719-llvm-287942ae8278f81ee81ca248c88f5bf5f70f5147.zip | |
Update to isl-0.18-592-gb50ad59
This is just a general maintenance update.
llvm-svn: 301624
Diffstat (limited to 'polly/lib/External/isl/isl_coalesce.c')
| -rw-r--r-- | polly/lib/External/isl/isl_coalesce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/External/isl/isl_coalesce.c b/polly/lib/External/isl/isl_coalesce.c index 24b1812353f..c2dc3131f56 100644 --- a/polly/lib/External/isl/isl_coalesce.c +++ b/polly/lib/External/isl/isl_coalesce.c @@ -3746,7 +3746,7 @@ static __isl_give isl_map *update_basic_maps(__isl_take isl_map *map, * For each basic map, we also compute the hash of the apparent affine hull * for use in coalesce. */ -struct isl_map *isl_map_coalesce(struct isl_map *map) +__isl_give isl_map *isl_map_coalesce(__isl_take isl_map *map) { int i; unsigned n; |

