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:
fc93cfe
)
isl_tab_pip.c: no_sol_in_strict: fix error handling
author
Sven Verdoolaege
<skimo@kotnet.org>
Sat, 26 Jun 2010 08:49:44 +0000
(10:49 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Sat, 26 Jun 2010 15:37:40 +0000
(17:37 +0200)
isl_tab_pip.c
patch
|
blob
|
history
diff --git
a/isl_tab_pip.c
b/isl_tab_pip.c
index
9971e88
..
ed2e50f
100644
(file)
--- a/
isl_tab_pip.c
+++ b/
isl_tab_pip.c
@@
-3477,7
+3477,7
@@
static void no_sol_in_strict(struct isl_sol *sol,
int empty;
void *saved;
- if (!sol->context)
+ if (!sol->context
|| sol->error
)
goto error;
saved = sol->context->op->save(sol->context);