]> git.ipfire.org Git - thirdparty/gcc.git/commit
predict.c (struct block_info_def): Kill "tovisit" field.
authorJeff Law <law@redhat.com>
Thu, 4 Nov 2004 00:23:15 +0000 (17:23 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 4 Nov 2004 00:23:15 +0000 (17:23 -0700)
commit8a998e0c3054dd2e23649324309bd7acd7c732b4
treef89fadffeb89ebfead7ca2e1f2dc316bcf41df7b
parent76969785b4d0aa1a2364eb9c7b9d74b5b2a3b49c
predict.c (struct block_info_def): Kill "tovisit" field.

       * predict.c (struct block_info_def): Kill "tovisit" field.
        (propagate_freq): Accept new "tovisit" parameter.  Change
        read/write access methods for "tovisit" to check the "tovisit"
        bitmap instead of a bit in block_info_def.
        (estimate_loops_at_level): Allocate "tovisit" bitmap.  Pass
        it to propagate_freq.

From-SVN: r90046
gcc/ChangeLog
gcc/predict.c