* gcc.dg/tree-prof/update-loopch.c: Fix thinkos.

From-SVN: r102520
This commit is contained in:
Jan Hubicka 2005-07-28 23:40:14 +02:00 committed by Jan Hubicka
parent 407ab83ba3
commit 260883c898
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-07-28 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-prof/update-loopch.c: Fix thinkos.
2005-07-28 Mark Mitchell <mark@codesourcery.com>
PR c++/22545

View File

@ -1,4 +1,4 @@
/* { dg-options "-O2 -fdump-tree_profile -fdump-tree-optimized" } */
/* { dg-options "-O2 -fdump-tree-tree_profile-blocks -fdump-tree-optimized-blocks" } */
int max = 33333;
int a[8];
int
@ -14,7 +14,7 @@ main ()
/* Loop header copying will peel away the initial conditional, so the loop body
is once reached directly from entry point of function, rest via loopback
edge. */
/* { dg-final-use { scan-tree-dump-not "count:33333" "tree_profile"} } */
/* { dg-final-use { scan-tree-dump "count:33333" "tree_profile"} } */
/* { dg-final-use { scan-tree-dump "count:33332" "optimized"} } */
/* { dg-final-use { scan-tree-dump-not "Invalid sum" "optimized"} } */
/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */