On 07/22/2011 01:46 AM, Sebastian Pop wrote:
On Thu, Jul 21, 2011 at 18:00, Tobias Grosser<tob...@grosser.es> wrote:
static void
create_params_index (htab_t index_table, CloogProgram *prog) {
- CloogNames* names = cloog_program_names (prog);
- int nb_parameters = cloog_names_nb_parameters (names);
- char **parameters = cloog_names_parameters (names);
+ CloogNames* names = prog->names;
Please also fix the formatting here:
CloogNames *names = prog->names;
The rest of the patch looks good. Before checking in, please wait for a
configure maintainer to approve the config changes.
Thanks for the review. I will obviously wait for the OK of a configure
maintainer.
Tobi