isl_flow.c: add missing isl_access_info_free return type
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 8 Feb 2010 08:36:02 +0000 (09:36 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 8 Feb 2010 18:31:42 +0000 (19:31 +0100)
isl_flow.c

index 111aa30..2e51b92 100644 (file)
@@ -82,7 +82,7 @@ error:
  * isl_access_info_compute_flow on any isl_access_info structure
  * he creates.
  */
-static isl_access_info_free(__isl_take isl_access_info *acc)
+static void isl_access_info_free(__isl_take isl_access_info *acc)
 {
        int i;