Adjust a dump file in a test-case (PR testsuite/88436).

2019-01-03  Martin Liska  <mliska@suse.cz>

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

From-SVN: r267541
This commit is contained in:
Martin Liska 2019-01-03 08:53:37 +01:00 committed by Martin Liska
parent 2a30796f3d
commit d1409ea5a2
2 changed files with 6 additions and 1 deletions

View 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.

View 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" } } */