On 05/03/2013 10:23 AM, Teresa Johnson wrote:
This patch fixes PR bootstrap/57154.
Bootstrapped on powerpc64-linux to ensure it fixes the bootstrap problem
reported
for that architecture, and also the test case attached to the bug report.
Also bootstrapped and regtested on x86_64-unknown-linux-gnu.
Ok for trunk?
Thanks,
Teresa
2013-05-03 Teresa Johnson <tejohn...@google.com>
PR bootstrap/57154
* sched-rgn.c (compute_dom_prob_ps): Ensure accumulated probabilities
do not exceed REG_BR_PROB_BASE.
This is fine as it's the standard way to clamp probabilities.
jeff