| Index: gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-32.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-32.c b/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-32.c
|
| index 945ee2fcb8e82e7a16a51a69be885e2b8ef3f2ab..3a92a08f8da6d405c0b0f83beee57c2a43457a38 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-32.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-32.c
|
| @@ -42,5 +42,5 @@ void test3(struct a *A)
|
| }
|
| }
|
|
|
| -/* { dg-final { scan-tree-dump-times "Executing store motion of" 3 "lim" } } */
|
| -/* { dg-final { cleanup-tree-dump "lim" } } */
|
| +/* { dg-final { scan-tree-dump-times "Executing store motion of" 3 "lim1" } } */
|
| +/* { dg-final { cleanup-tree-dump "lim\[1-2\]" } } */
|
|
|