OSDN Git Service

* profile.c (branch_prob): Split edges with goto locus on them
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / gcov / gcov-1.C
index 6089ada..c279b14 100644 (file)
@@ -253,7 +253,7 @@ test_switch (int i, int j)
 {
   int result = 0;                      /* count(5) */
 
-                                       /* branch(80 25) */
+                                       /* branch(20 0 60 20) */
   switch (i)                           /* count(5) */
                                        /* branch(end) */
     {