repo.or.cz
/
isl.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
3ea3e8b
)
export isl_union_pw_multi_aff_get_pw_multi_aff_list
author
Sven Verdoolaege
<sven@cerebras.net>
Fri, 2 Nov 2018 09:56:05 +0000
(2 10:56 +0100)
committer
Sven Verdoolaege
<sven.verdoolaege@gmail.com>
Fri, 14 May 2021 22:16:00 +0000
(15
00:16
+0200)
Signed-off-by: Sven Verdoolaege <sven@cerebras.net>
include/isl/aff.h
patch
|
blob
|
blame
|
history
diff --git
a/include/isl/aff.h
b/include/isl/aff.h
index
bba2c71
..
bee8544
100644
(file)
--- a/
include/isl/aff.h
+++ b/
include/isl/aff.h
@@
-898,6
+898,7
@@
isl_ctx *isl_union_pw_multi_aff_get_ctx(
__isl_export
__isl_give isl_space *isl_union_pw_multi_aff_get_space(
__isl_keep isl_union_pw_multi_aff *upma);
+__isl_export
__isl_give isl_pw_multi_aff_list *isl_union_pw_multi_aff_get_pw_multi_aff_list(
__isl_keep isl_union_pw_multi_aff *upma);