diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-03 22:10:54 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-03 22:10:54 +0000 |
commit | b5f162df408737448da5b842c30688444b53737a (patch) | |
tree | fcee55b5f24d9dfb6674c4dbf7fa3c50e5dfb709 /gcc/testsuite/gcc.misc-tests | |
parent | 26be63dd68356c753b81c031a1fb373cc2fa932e (diff) | |
download | gcc-b5f162df408737448da5b842c30688444b53737a.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102717 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests')
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/gcov-4b.c | 2 |
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 7653c5897ad..da98749f719 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: |