| Index: gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-34.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-34.c b/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-34.c
|
| index 4a0d1eaad561233e5a085ced909a8f9bbf0d1dd7..5da804f8b89f8fb05ffe14af16c4f91347632f40 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-34.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/tree-ssa/loop-34.c
|
| @@ -17,5 +17,5 @@ void f (int n)
|
| }
|
|
|
|
|
| -/* { dg-final { scan-tree-dump-times "Executing store motion of r" 6 "lim" } } */
|
| -/* { dg-final { cleanup-tree-dump "lim" } } */
|
| +/* { dg-final { scan-tree-dump-times "Executing store motion of r" 6 "lim1" } } */
|
| +/* { dg-final { cleanup-tree-dump "lim\[1-2\]" } } */
|
|
|