]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-into-ssa.c (mark_def_sites): Also process virtual operands.
authorRichard Guenther <rguenther@suse.de>
Mon, 30 Jul 2012 11:18:15 +0000 (11:18 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 30 Jul 2012 11:18:15 +0000 (11:18 +0000)
commit39c58b3afac8967ed1ff8022a6fc25e2585b6966
tree5769ce3241b99d674904f6c6315977327a22eab1
parent974f90baf29fd1ac7a091126fde9bab10a8dd282
tree-into-ssa.c (mark_def_sites): Also process virtual operands.

2012-07-30  Richard Guenther  <rguenther@suse.de>

* tree-into-ssa.c (mark_def_sites): Also process virtual operands.
(rewrite_stmt): Likewise.
(rewrite_enter_block): Likewise.
(pass_build_ssa): Do not update virtual SSA form during TODO.
(mark_symbol_for_renaming): Do nothing if we are not in SSA form.
* lto-streamer-in.c (lto_read_body): Set in_ssa_p earlier.

* gcc.dg/ipa/ipa-pta-3.c: Adjust.
* gcc.dg/ipa/ipa-pta-4.c: Likewise.
* gcc.dg/tm/memopt-3.c: Likewise.

From-SVN: r189969
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/testsuite/gcc.dg/ipa/ipa-pta-3.c
gcc/testsuite/gcc.dg/ipa/ipa-pta-4.c
gcc/testsuite/gcc.dg/tm/memopt-3.c
gcc/tree-into-ssa.c