Fix typo in modref-13.c

gcc/testsuite/ChangeLog:

2021-11-10  Jan Hubicka  <hubicka@ucw.cz>

	* gcc.dg/tree-ssa/modref-13.c: Fix typo.
This commit is contained in:
Jan Hubicka 2021-11-10 15:47:53 +01:00
parent 9598134a05
commit a5c9b9bc2b
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ test ()
return w.array == &arrayval;
}
/* We should deterine that write_array writes to PTR only indirectly. */
/* { dg-final { scan-tree-dump "return 1" "releae_ssa" } } */
/* { dg-final { scan-tree-dump "return 1" "release_ssa" } } */