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:
02ce172
)
isl_morph.c: fix typo
author
Sven Verdoolaege
<skimo@kotnet.org>
Fri, 25 Jun 2010 14:30:28 +0000
(16:30 +0200)
committer
Sven Verdoolaege
<skimo@kotnet.org>
Fri, 25 Jun 2010 14:30:28 +0000
(16:30 +0200)
isl_morph.c
patch
|
blob
|
history
diff --git
a/isl_morph.c
b/isl_morph.c
index
c557718
..
20a4063
100644
(file)
--- a/
isl_morph.c
+++ b/
isl_morph.c
@@
-23,7
+23,7
@@
__isl_give isl_morph *isl_morph_alloc(
if (!dom || !ran || !map || !inv)
goto error;
- morph = isl_alloc_type(
in_di
m->ctx, struct isl_morph);
+ morph = isl_alloc_type(
do
m->ctx, struct isl_morph);
if (!morph)
goto error;