* predict.c (propagate_freq): Compute correctly frequency of
EXIT_BLOCK.
From-SVN: r79621
+2004-03-18 Jan Hubicka <jh@suse.cz>
+
+ * predict.c (propagate_freq): Compute correctly frequency of
+ EXIT_BLOCK.
+
2004-03-17 Eric Christopher <echristo@redhat.com>
* builtins.c (apply_args_size): Use reg_raw_mode.
/* For each basic block we need to visit count number of his predecessors
we need to visit first. */
- FOR_EACH_BB (bb)
+ FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, NULL, next_bb)
{
if (BLOCK_INFO (bb)->tovisit)
{