OSDN Git Service

2001-12-09 Daniel Berlin <dan@cgsoftware.com>
[pf3gnuchains/gcc-fork.git] / contrib / analyze_brprob
index 5166e84..3650e60 100755 (executable)
@@ -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++)
    {