mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
* 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>
|
||||
|
||||
* 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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user