* analyze_brprob: Update for changes in gcc debug output.

From-SVN: r44854
This commit is contained in:
Jan Hubicka 2001-08-13 16:34:11 +02:00 committed by Jan Hubicka
parent d195b46f39
commit e961606cfd
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
* analyze_brprob: Update for changes in gcc debug output.
Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
* analyze_brprob: Avoid more overflows.

View File

@ -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++)
{