summaryrefslogtreecommitdiff
path: root/contrib/analyze_brprob
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2001-08-13 16:34:11 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2001-08-13 14:34:11 +0000
commite961606cfd568508e8d96323c49ec731e9b231af (patch)
treebd3ad63268b36527be6f71992527d829e8eba295 /contrib/analyze_brprob
parentd195b46f39f9244d2b341fcc13e61a4e6040d104 (diff)
downloadgcc-e961606cfd568508e8d96323c49ec731e9b231af.tar.gz
* analyze_brprob: Update for changes in gcc debug output.
From-SVN: r44854
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++)
{