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:
7448c8e
)
privately export isl_tab_kill_col
author
Sven Verdoolaege
<skimo@purples.(none)>
Sat, 5 Sep 2009 21:28:59 +0000
(23:28 +0200)
committer
Sven Verdoolaege
<skimo@purples.(none)>
Sun, 6 Sep 2009 15:57:15 +0000
(17:57 +0200)
isl_tab.h
patch
|
blob
|
history
diff --git
a/isl_tab.h
b/isl_tab.h
index
0b28f42
..
6c4d947
100644
(file)
--- a/
isl_tab.h
+++ b/
isl_tab.h
@@
-211,6
+211,7
@@
void isl_tab_pivot(struct isl_tab *tab, int row, int col);
int isl_tab_add_row(struct isl_tab *tab, isl_int *line);
int isl_tab_row_is_redundant(struct isl_tab *tab, int row);
int isl_tab_min_at_most_neg_one(struct isl_tab *tab, struct isl_tab_var *var);
+int isl_tab_kill_col(struct isl_tab *tab, int col);
void isl_tab_push(struct isl_tab *tab, enum isl_tab_undo_type type);
void isl_tab_push_var(struct isl_tab *tab,