]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix typo in modref-13.c
authorJan Hubicka <jh@suse.cz>
Wed, 10 Nov 2021 14:47:53 +0000 (15:47 +0100)
committerJan Hubicka <jh@suse.cz>
Wed, 10 Nov 2021 14:48:47 +0000 (15:48 +0100)
gcc/testsuite/ChangeLog:

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

* gcc.dg/tree-ssa/modref-13.c: Fix typo.

gcc/testsuite/gcc.dg/tree-ssa/modref-13.c

index 5a5750425d2da8a8d4aaf0a23b934a0edb64f98b..276711e23217f67740b368bf63705ab975664ad6 100644 (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"  } } */