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:
0277be3
)
doc: document type of isl_access_info_alloc callback function
author
Sven Verdoolaege
<skimo@kotnet.org>
Fri, 24 Sep 2010 08:09:52 +0000
(10:09 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Sat, 25 Sep 2010 16:49:48 +0000
(18:49 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
doc/user.pod
patch
|
blob
|
history
diff --git
a/doc/user.pod
b/doc/user.pod
index
5f7f3b3
..
a9734a9
100644
(file)
--- a/
doc/user.pod
+++ b/
doc/user.pod
@@
-2056,6
+2056,8
@@
then value based dependence analysis is performed.
#include <isl_flow.h>
+ typedef int (*isl_access_level_before)(void *first, void *second);
+
__isl_give isl_access_info *isl_access_info_alloc(
__isl_take isl_map *sink,
void *sink_user, isl_access_level_before fn,