mirror of git://gcc.gnu.org/git/gcc.git
* analyze_brprob: Update for changes in gcc debug output.
From-SVN: r44854
This commit is contained in:
parent
d195b46f39
commit
e961606cfd
|
@ -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>
|
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}
|
||||||
}
|
}
|
||||||
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++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue