| Index: gcc/gcc/testsuite/gcc.dg/tree-ssa/pr23109.c
|
| diff --git a/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr23109.c b/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr23109.c
|
| index e60b2f09f10fd984d5cf9f334b4ebd90a36a6fc6..39add724e89be15e603d9667d88d76fdbc3770d3 100644
|
| --- a/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr23109.c
|
| +++ b/gcc/gcc/testsuite/gcc.dg/tree-ssa/pr23109.c
|
| @@ -29,8 +29,8 @@ int main()
|
| /* LIM only performs the transformation in the no-trapping-math case. In
|
| the future we will do it for trapping-math as well in recip, check that
|
| this is not wrongly optimized. */
|
| -/* { dg-final { scan-tree-dump-not "reciptmp" "lim" } } */
|
| +/* { dg-final { scan-tree-dump-not "reciptmp" "lim1" } } */
|
| /* { dg-final { scan-tree-dump-not "reciptmp" "recip" } } */
|
| /* { dg-final { cleanup-tree-dump "recip" } } */
|
| -/* { dg-final { cleanup-tree-dump "lim" } } */
|
| +/* { dg-final { cleanup-tree-dump "lim\[1-2\]" } } */
|
|
|
|
|