* tree-ssa-threadupdate.c (struct thread_stats_d): Declare.
commit5236b8bbaf85c9d3cc5fca80d364bce6e4f683ae
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jun 2005 21:01:14 +0000 (7 21:01 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Jun 2005 21:01:14 +0000 (7 21:01 +0000)
treea680f15c8edec49520cd7eba4ad8cd9baca9f330
parente967d28c5344129092a8629b510726d56c440820
* tree-ssa-threadupdate.c (struct thread_stats_d): Declare.
(thread_stats): New local variable.
(redirect_edges): Increment count of threaded edges.
(thread_through_all_blocks): Initialize thread_stats.
Display number of threaded jumps if TDF_STATS is enabled.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100722 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-ssa-threadupdate.c