]> git.ipfire.org Git - thirdparty/gcc.git/commit
fix pr68692: reinstantiate the copy of internal parameters
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jan 2016 02:14:01 +0000 (02:14 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jan 2016 02:14:01 +0000 (02:14 +0000)
commitc3a14714e0e56ffdfa6ab0f6b40c5bd73f1c3dea
tree4b62710a3bf44529085f6400662b4ea8e08c31b6
parentde862e2f7989457e489d65fb528a573678c5bf6d
fix pr68692: reinstantiate the copy of internal parameters

Adding a testcase and reverting this patch:
[PATCH] remove parameter_rename_map

This map was used in the transition to the new scop detection: with the new scop
detection, we do not need this map anymore.

       * graphite-isl-ast-to-gimple.c (gcc_expression_from_isl_ast_expr_id):
       Remove use of parameter_rename_map.
       (copy_def): Remove.
       (copy_internal_parameters): Remove.
       (graphite_regenerate_ast_isl): Remove call to copy_internal_parameters.
       * sese.c (new_sese_info): Do not initialize parameter_rename_map.
       (free_sese_info): Do not free parameter_rename_map.
       (set_rename): Do not use parameter_rename_map.
       (rename_uses): Update call to set_rename.
       (graphite_copy_stmts_from_block): Do not use parameter_rename_map.
       * sese.h (parameter_rename_map_t): Remove.
       (struct sese_info_t): Remove field parameter_rename_map.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232659 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-isl-ast-to-gimple.c
gcc/sese.c
gcc/sese.h
gcc/testsuite/gfortran.dg/graphite/pr68692.f90 [new file with mode: 0644]