projects
/
platform
/
upstream
/
isl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16cc4f3
)
isl_basic_map_move_dims: always finalize result
author
Sven Verdoolaege
<skimo@kotnet.org>
Thu, 3 Jun 2010 16:33:14 +0000
(18:33 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Thu, 3 Jun 2010 16:33:14 +0000
(18:33 +0200)
isl_map.c
patch
|
blob
|
history
diff --git
a/isl_map.c
b/isl_map.c
index
66612d1
..
358e656
100644
(file)
--- a/
isl_map.c
+++ b/
isl_map.c
@@
-2149,6
+2149,8
@@
__isl_give isl_basic_map *isl_basic_map_move_dims(
if (!bmap->dim)
goto error;
+ bmap = isl_basic_map_finalize(bmap);
+
return bmap;
}