Commit e961606c by Jan Hubicka Committed by Jan Hubicka

* analyze_brprob: Update for changes in gcc debug output.

From-SVN: r44854
parent d195b46f
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.
......
......@@ -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++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment