rename isl_ast_build_domain_type to isl_ast_loop_type
commit8226107876ca86a5b89cf6cf289acf7b15330571
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 4 Nov 2014 10:51:56 +0000 (4 11:51 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Wed, 25 Feb 2015 09:52:42 +0000 (25 10:52 +0100)
treee9afbf19687227a4084aa56a8d06d57e93516dde
parentedd0bdf642328843e2b2121a4d052ee9c0564bbe
rename isl_ast_build_domain_type to isl_ast_loop_type

When we introduce basic AST build options in schedule trees,
we will want to be able to set the loop types of individual
schedule dimensions directly and so we will have to expose
this type to the user.  The isl_ast_loop_type name seems
more appropriate, especially considering the names
of the elements in the enumeration.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
isl_ast_build.c
isl_ast_build_private.h
isl_ast_codegen.c