aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/SimpleTimeZone.h
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2009-11-30 22:06:27 +0000
committerTobias Grosser <grosser@gcc.gnu.org>2009-11-30 22:06:27 +0000
commit7a521ff2fce2a365cf0e783ea33373f3b13b4b20 (patch)
tree8557f4e933b1efe957ca676604b348d1e69abdc2 /libjava/java/util/SimpleTimeZone.h
parentf7ce0951b70d925d2c10e8927afdf74fea2669f1 (diff)
downloadgcc-7a521ff2fce2a365cf0e783ea33373f3b13b4b20.zip
gcc-7a521ff2fce2a365cf0e783ea33373f3b13b4b20.tar.gz
gcc-7a521ff2fce2a365cf0e783ea33373f3b13b4b20.tar.bz2
Do not abuse sese for codegeneration
CLooG automatically frees the names list, so sharing SESE_PARAMS_NAMES between gloog() and debug_generated_program() leads to freeing them twice. As both SESE_PARAM_NAMES and SESE_PARAMS_INDEX are code generation data structures remove them and the functions working on them from sese.h and put them in clast-to-gimple. 2009-11-21 Tobias Grosser <grosser@fim.uni-passau.de> * graphite-clast-to-gimple.c (clast_name_index, new_clast_name_index, clast_name_to_index, save_clast_name_index, debug_clast_name_index, debug_clast_name_indexes_1, debug_clast_name_indexes, clast_name_index_elt_info, eq_clast_name_indexes): Moved from sese.h. (clast_name_to_gcc, clast_to_gcc_expression, clast_to_gcc_expression_red, gcc_type_for_clast_expr, gcc_type_for_clast_eq, graphite_translate_clast_equation, graphite_create_guard_cond_expr, graphite_create_new_loop, translate_clast): Add params_index. (initialize_cloog_names): Create parameter strings from scratch, do not reference other strings. (create_params_index): New. (gloog): Initialize params_index. * graphite-scop-detection (free_scops_1): Removed. (limit_scops): Use normal free_scops. * graphite-sese-to-poly.c (save_var_names): Removed. (parameter_index_in_region): Do not initialize SESE_PARAM_NAMES and SESE_PARAMS_INDEX. * sese.c (new_sese, free_sese): Dito. * sese.h (struct sese): Remove params_index, params_names. (SESE_PARAMS_INDEX, SESE_PARAMS_NAMES): Removed. From-SVN: r154844
Diffstat (limited to 'libjava/java/util/SimpleTimeZone.h')
0 files changed, 0 insertions, 0 deletions