tree-cfg.c (thread_jumps): Speed up by putting basic blocks into worklist instead...
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 22 Oct 2004 17:56:04 +0000 (17:56 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 22 Oct 2004 17:56:04 +0000 (17:56 +0000)
commitafc3f3960382425780dd949a987d2f2e6fda1878
tree009386467711149205f3079bc64d2d94a0aca3bc
parent7651d1b89e1de5698f746df76be8ba7a3cdfb702
tree-cfg.c (thread_jumps): Speed up by putting basic blocks into worklist instead of their indexes.

* tree-cfg.c (thread_jumps): Speed up by putting basic blocks
into worklist instead of their indexes.

From-SVN: r89461
gcc/ChangeLog
gcc/tree-cfg.c