tree-ssa-threadupdate.c (struct thread_stats_d): Declare.
authorDiego Novillo <dnovillo@redhat.com>
Tue, 7 Jun 2005 21:01:14 +0000 (21:01 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 7 Jun 2005 21:01:14 +0000 (17:01 -0400)
commita4233c29b7c5ce3fb024ac7f075c4c04c8e10ae5
treea680f15c8edec49520cd7eba4ad8cd9baca9f330
parentae740ccecdd59110782f3c0623486df14a57d7b7
tree-ssa-threadupdate.c (struct thread_stats_d): Declare.

* 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.

From-SVN: r100722
gcc/ChangeLog
gcc/tree-ssa-threadupdate.c