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:
5ff9529
)
isl_aff.c: fix typo in comment
author
Sven Verdoolaege
<skimo@kotnet.org>
Wed, 18 Apr 2012 09:33:48 +0000
(11:33 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Sun, 6 May 2012 12:33:04 +0000
(14:33 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_aff.c
patch
|
blob
|
history
diff --git
a/isl_aff.c
b/isl_aff.c
index
fb6f364
..
2f82f8f
100644
(file)
--- a/
isl_aff.c
+++ b/
isl_aff.c
@@
-2350,7
+2350,7
@@
__isl_give isl_pw_multi_aff *isl_pw_multi_aff_union_add(
return isl_pw_multi_aff_union_add_(pma1, pma2);
}
-/* Construct a map mapping the domain the piecewise multi-affine expression
+/* Construct a map mapping the domain
of
the piecewise multi-affine expression
* to its range, with each dimension in the range equated to the
* corresponding affine expression on its cell.
*/