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:
07889cd
)
export isl_basic_map_is_equal
author
Sven Verdoolaege
<skimo@kotnet.org>
Thu, 19 Feb 2009 08:17:01 +0000
(09:17 +0100)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Sun, 22 Feb 2009 17:01:13 +0000
(18:01 +0100)
include/isl_map.h
patch
|
blob
|
history
diff --git
a/include/isl_map.h
b/include/isl_map.h
index
8b05e7f
..
8425d83
100644
(file)
--- a/
include/isl_map.h
+++ b/
include/isl_map.h
@@
-169,6
+169,9
@@
struct isl_basic_map *isl_basic_map_neg(struct isl_basic_map *bmap);
struct isl_basic_map *isl_basic_map_floordiv(struct isl_basic_map *bmap,
isl_int d);
+int isl_basic_map_is_equal(
+ struct isl_basic_map *bmap1, struct isl_basic_map *bmap2);
+
struct isl_map *isl_basic_map_lexmax(
struct isl_basic_map *bmap, struct isl_basic_set *dom,
struct isl_set **empty);