Skip to content
Snippets Groups Projects
Commit e961606c authored by Jan Hubicka's avatar Jan Hubicka Committed by Jan Hubicka
Browse files

* analyze_brprob: Update for changes in gcc debug output.

From-SVN: r44854
parent d195b46f
No related merge requests found
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> Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
* analyze_brprob: Avoid more overflows. * analyze_brprob: Avoid more overflows.
......
...@@ -128,9 +128,9 @@ BEGIN {nnames = 0} ...@@ -128,9 +128,9 @@ BEGIN {nnames = 0}
} }
END { END {
# Heuristics called combined predicts just everything. # Heuristics called combined predicts just everything.
maxcounts = longeval(counts["first match"]) maxcounts = longeval(counts["combined"])
maxbranches = branches["first match"] maxbranches = branches["combined"]
max = names["first match"] max = names["combined"]
printf("HEURISTICS BRANCHES (REL) HITRATE COVERAGE (REL)\n") printf("HEURISTICS BRANCHES (REL) HITRATE COVERAGE (REL)\n")
for (i = 0; i < nnames ; i++) for (i = 0; i < nnames ; i++)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment