Adjust a dump file in a test-case (PR testsuite/88436).
authorMartin Liska <mliska@suse.cz>
Thu, 3 Jan 2019 07:53:37 +0000 (08:53 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Thu, 3 Jan 2019 07:53:37 +0000 (07:53 +0000)
2019-01-03  Martin Liska  <mliska@suse.cz>

PR testsuite/88436
* gcc.target/powerpc/pr54240.c: Scan phiopt2.

From-SVN: r267541

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr54240.c

index a7e0e1b..0eb3658 100644 (file)
@@ -1,3 +1,8 @@
+2019-01-03  Martin Liska  <mliska@suse.cz>
+
+       PR testsuite/88436
+       * gcc.target/powerpc/pr54240.c: Scan phiopt2.
+
 2019-01-02  Marek Polacek  <polacek@redhat.com>
 
        PR c++/88612 - ICE with -Waddress-of-packed-member.
index 1425ecd..300e4f5 100644 (file)
@@ -23,4 +23,4 @@ int foo(S *s)
   return next->v;
 }
 
-/* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt1" } } */
+/* { dg-final { scan-tree-dump "Hoisting adjacent loads" "phiopt2" } } */