tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we add which use to.
authorRichard Biener <rguenther@suse.de>
Tue, 7 Jul 2015 07:59:40 +0000 (07:59 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 7 Jul 2015 07:59:40 +0000 (07:59 +0000)
commit970bb2de656b95612d485b735481160c446500d2
treebf324a789ecc6259c489a4b3f6f2673d7b26b964
parentf1999a6643db296882aed956a3b6645550acd42d
tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we add which use to.

2015-07-07  Richard Biener  <rguenther@suse.de>

* tree-ssa-propagate.c (add_ssa_edge): Dump what edge list we
add which use to.
(add_control_edge): Remove excessive vertical space in dumping.
(process_ssa_edge_worklist): Simulate at most one statement and
return whether we did.  Do not simulate PHIs if they are in a
BB not yet simulated.
(ssa_propagate): Adjust to always drain the BB worklist whenever
a BB is available there, likewise the VARYING edges list before
the interesting edge list.

From-SVN: r225504
gcc/ChangeLog
gcc/tree-ssa-propagate.c