* gcc.dg/tree-prof/stringop-1.c: Update pattern for memcpy folding.

From-SVN: r120781
This commit is contained in:
Jan Hubicka 2007-01-14 21:07:33 +01:00 committed by Jan Hubicka
parent fb3c516f3f
commit cd9ae11c1a
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
2007-01-14 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-prof/stringop-1.c: Update pattern for memcpy folding.
* gcc.dg/tree-ssa/vrp11.c: Fix thinkos in my last patch.
* gcc.dg/always_inline3.c: Update for pre-inline tail recursion
elimination.

View File

@ -15,6 +15,7 @@ main()
}
/* { dg-final-use { scan-tree-dump "Single value 4 stringop" "tree_profile"} } */
/* Really this ought to simplify into assignment, but we are not there yet. */
/* { dg-final-use { scan-tree-dump "memcpy.*4\\)" "optimized"} } */
/* a[0] = b[0] is what we fold the resulting memcpy into. */
/* { dg-final-use { scan-tree-dump "a.0. = b.0." "optimized"} } */
/* { dg-final-use { cleanup-tree-dump "optimized" } } */
/* { dg-final-use { cleanup-tree-dump "tree_profile" } } */