Commit 214ee4a2 by Jan Hubicka Committed by Jan Hubicka

predict.c (propagate_freq): Compute correctly frequency of EXIT_BLOCK.


	* predict.c (propagate_freq): Compute correctly frequency of
	EXIT_BLOCK.

From-SVN: r79621
parent fed8129b
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> 2004-03-17 Eric Christopher <echristo@redhat.com>
* builtins.c (apply_args_size): Use reg_raw_mode. * builtins.c (apply_args_size): Use reg_raw_mode.
......
...@@ -905,7 +905,7 @@ propagate_freq (struct loop *loop) ...@@ -905,7 +905,7 @@ propagate_freq (struct loop *loop)
/* For each basic block we need to visit count number of his predecessors /* For each basic block we need to visit count number of his predecessors
we need to visit first. */ we need to visit first. */
FOR_EACH_BB (bb) FOR_BB_BETWEEN (bb, ENTRY_BLOCK_PTR, NULL, next_bb)
{ {
if (BLOCK_INFO (bb)->tovisit) if (BLOCK_INFO (bb)->tovisit)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment