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:
331369e
)
convex_hull: coalesce set during facet computation
author
Sven Verdoolaege
<skimo@kotnet.org>
Tue, 21 Jul 2009 11:37:22 +0000
(13:37 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Tue, 21 Jul 2009 11:37:22 +0000
(13:37 +0200)
isl_convex_hull.c
patch
|
blob
|
history
diff --git
a/isl_convex_hull.c
b/isl_convex_hull.c
index
664ea4d
..
4ecb319
100644
(file)
--- a/
isl_convex_hull.c
+++ b/
isl_convex_hull.c
@@
-1850,7
+1850,7
@@
static struct isl_basic_set *uset_convex_hull_wrap_bounded(struct isl_set *set)
if (!set)
goto error;
- set = isl_set_
normaliz
e(set);
+ set = isl_set_
coalesc
e(set);
if (!set)
goto error;
if (set->n == 1) {