Merge branch 'maint'
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Apr 2013 20:36:51 +0000 (22:36 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 15 Apr 2013 20:36:51 +0000 (22:36 +0200)
1  2 
isl_ast_codegen.c
isl_map.c
isl_schedule.c
isl_test.c

@@@ -2284,8 -2286,11 +2286,11 @@@ static __isl_give isl_basic_set_list *d
   *
   * "sep_class" contains the user-specified split into separation classes
   * specialized to the current depth.
 - * "done" contains the union of th separation domains that have already
 + * "done" contains the union of the separation domains that have already
   * been handled.
+  * "atomic" contains the domain that has effectively been made atomic.
+  * This domain may be larger than the intersection of option[atomic]
+  * and the schedule domain.
   */
  struct isl_codegen_domains {
        isl_basic_set_list *list;
diff --cc isl_map.c
Simple merge
diff --cc isl_schedule.c
Simple merge
diff --cc isl_test.c
Simple merge