aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.misc-tests/gcov-4b.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2005-08-04 00:10:54 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2005-08-03 22:10:54 +0000
commitd783b2a2dc91e1d2c1fea78cac2b6c6c73b3680d (patch)
treefcee55b5f24d9dfb6674c4dbf7fa3c50e5dfb709 /gcc/testsuite/gcc.misc-tests/gcov-4b.c
parent5336645054c5bc4bf56215863b9d64bd24884f32 (diff)
downloadgcc-d783b2a2dc91e1d2c1fea78cac2b6c6c73b3680d.zip
gcc-d783b2a2dc91e1d2c1fea78cac2b6c6c73b3680d.tar.gz
gcc-d783b2a2dc91e1d2c1fea78cac2b6c6c73b3680d.tar.bz2
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
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/gcov-4b.c')
-rw-r--r--gcc/testsuite/gcc.misc-tests/gcov-4b.c2
1 files changed, 1 insertions, 1 deletions
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: