isl_multi_*_gist: add missing isl_multi_*_cow
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 14 Jun 2013 06:14:23 +0000 (08:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 14 Jun 2013 08:33:23 +0000 (10:33 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_multi_templ.c

index 7080493..f8f7db0 100644 (file)
@@ -432,6 +432,7 @@ __isl_give MULTI(BASE) *FN(MULTI(BASE),gist_aligned)(
 {
        int i;
 
+       multi = FN(MULTI(BASE),cow)(multi);
        if (!multi || !context)
                goto error;