From d783b2a2dc91e1d2c1fea78cac2b6c6c73b3680d Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Thu, 4 Aug 2005 00:10:54 +0200 Subject: profile.c (branch_prob): Split edges with goto locus on them to get proper line counts. * profile.c (branch_prob): Split edges with goto locus on them to get proper line counts. * tree-cfg.c (make_cond_expr_edges): Record user goto locuses, if any. * gcov-1.C: Fix switch counts. * gcov-4b.c: Likewise. From-SVN: r102717 --- gcc/testsuite/gcc.misc-tests/gcov-4b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/testsuite/gcc.misc-tests/gcov-4b.c') diff --git a/gcc/testsuite/gcc.misc-tests/gcov-4b.c b/gcc/testsuite/gcc.misc-tests/gcov-4b.c index 7653c58..da98749 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov-4b.c +++ b/gcc/testsuite/gcc.misc-tests/gcov-4b.c @@ -207,7 +207,7 @@ test_switch (int i, int j) { int result = 0; - switch (i) /* branch(80 25) */ + switch (i) /* branch(20 0 60 20) */ /* branch(end) */ { case 1: -- cgit v1.1