repo.or.cz
/
isl.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
2bd8b27
)
isl_schedule_node_group: add missing return on error path
author
Sven Verdoolaege
<skimo@kotnet.org>
Mon, 9 Jan 2017 13:49:03 +0000
(9 14:49 +0100)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Mon, 9 Jan 2017 15:45:34 +0000
(9 16:45 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_schedule_node.c
patch
|
blob
|
blame
|
history
diff --git
a/isl_schedule_node.c
b/isl_schedule_node.c
index
d7892dd
..
6f696d2
100644
(file)
--- a/
isl_schedule_node.c
+++ b/
isl_schedule_node.c
@@
-3139,7
+3139,7
@@
__isl_give isl_schedule_node *isl_schedule_node_group(
if (!disjoint)
isl_die(isl_schedule_node_get_ctx(node), isl_error_invalid,
"group instances already reach node",
- isl_schedule_node_free(node));
+
return
isl_schedule_node_free(node));
return node;
error: