aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2005-07-27 09:40:25 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2005-07-27 07:40:25 +0000
commit2350455936313427a68eb1e0245a5e49d5ea8165 (patch)
tree27bc6922d5fcba18b1774d3f3530db164e793e4e /gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
parent57a737092259093219f2f5bb95e3f70151a8f1dc (diff)
downloadgcc-2350455936313427a68eb1e0245a5e49d5ea8165.zip
gcc-2350455936313427a68eb1e0245a5e49d5ea8165.tar.gz
gcc-2350455936313427a68eb1e0245a5e49d5ea8165.tar.bz2
tree-tailcall.c (decrease_profile): New function.
* tree-tailcall.c (decrease_profile): New function. (eliminate_tail_call): Use it. * inliner-1.c: Add cleanup of dumps. * val-prof-*.c: Likewise. * update-tailcall.c: New. From-SVN: r102416
Diffstat (limited to 'gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c b/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
index db3bc950..dfe994f 100644
--- a/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
+++ b/gcc/testsuite/gcc.dg/tree-prof/val-prof-1.c
@@ -18,3 +18,5 @@ main ()
/* { dg-final-use { scan-tree-dump "Div.mod by constant n=257 transformation on insn" "tree_profile"} } */
/* { dg-final-use { scan-tree-dump "if \\(n != 257\\)" "optimized"} } */
/* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */
+/* { dg-final-use { cleanup-tree-dump "optimized" } } */
+/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */