]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
authorRichard Guenther <rguenther@suse.de>
Mon, 14 May 2012 15:04:39 +0000 (15:04 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 14 May 2012 15:04:39 +0000 (15:04 +0000)
commita5efada73be7bab935ae04116f480584467768dc
treeff2beffdc8832d9936332aee2f2e9b6275bad992
parenta82960aa3f53932913e9f026cf817f48c5845f9e
tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.

2012-05-14  Richard Guenther  <rguenther@suse.de>

* tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.
* omp-low.c (expand_omp_taskreg): Properly conditionalize call
to update_ssa.
(expand_omp_for): Likewise.
(expand_omp_for_generic): Adjust conditional add to referenced vars.
Use make_rename_temp for temporaries that should be rewritten into
SSA form.
(expand_omp_for_static_nochunk): Likewise.
(expand_omp_atomic_pipeline): Likewise.

From-SVN: r187467
gcc/ChangeLog
gcc/omp-low.c
gcc/tree-dfa.c