Commit 628f3b63 by Kazu Hirata Committed by Kazu Hirata

* profile.c: Fix a comment typo.

From-SVN: r88125
parent be35cf60
2004-09-26 Kazu Hirata <kazu@cs.umass.edu>
* profile.c: Fix a comment typo.
2004-09-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> 2004-09-26 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
PR bootstrap/17591 PR bootstrap/17591
......
...@@ -569,7 +569,7 @@ compute_branch_probabilities (void) ...@@ -569,7 +569,7 @@ compute_branch_probabilities (void)
BRANCH_EDGE (bb)->probability = prob; BRANCH_EDGE (bb)->probability = prob;
FALLTHRU_EDGE (bb)->probability = REG_BR_PROB_BASE - prob; FALLTHRU_EDGE (bb)->probability = REG_BR_PROB_BASE - prob;
} }
/* As a last resolt, distribute the probabilities evenly. /* As a last resort, distribute the probabilities evenly.
Use simple heuristics that if there are normal edges, Use simple heuristics that if there are normal edges,
give all abnormals frequency of 0, otherwise distribute the give all abnormals frequency of 0, otherwise distribute the
frequency over abnormals (this is the case of noreturn frequency over abnormals (this is the case of noreturn
......
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