OSDN Git Service

* analyze_brprob: Update for changes in gcc debug output.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 14:34:11 +0000 (14:34 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 14:34:11 +0000 (14:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44854 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/analyze_brprob

index 72b8539..f66db7f 100644 (file)
@@ -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.
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++)
    {