summaryrefslogtreecommitdiffstats
path: root/contrib/analyze_brprob
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-13 14:34:11 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-13 14:34:11 +0000
commitdb95859b259f047a26cf2bc12af69f55f302589b (patch)
treebd3ad63268b36527be6f71992527d829e8eba295 /contrib/analyze_brprob
parent49d7c0dbd77c9bcba419156216a7293dfad1c926 (diff)
downloadppe42-gcc-db95859b259f047a26cf2bc12af69f55f302589b.tar.gz
ppe42-gcc-db95859b259f047a26cf2bc12af69f55f302589b.zip
* analyze_brprob: Update for changes in gcc debug output.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44854 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'contrib/analyze_brprob')
-rwxr-xr-xcontrib/analyze_brprob6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/analyze_brprob b/contrib/analyze_brprob
index 5166e8492b7..3650e60c075 100755
--- a/contrib/analyze_brprob
+++ b/contrib/analyze_brprob
@@ -128,9 +128,9 @@ BEGIN {nnames = 0}
}
END {
# Heuristics called combined predicts just everything.
- maxcounts = longeval(counts["first match"])
- maxbranches = branches["first match"]
- max = names["first match"]
+ maxcounts = longeval(counts["combined"])
+ maxbranches = branches["combined"]
+ max = names["combined"]
printf("HEURISTICS BRANCHES (REL) HITRATE COVERAGE (REL)\n")
for (i = 0; i < nnames ; i++)
{
OpenPOWER on IntegriCloud