Change dump expectation in PR71857

PR tree-optimization/71857
	* gcc.dg/tree-ssa/ivopt_mult_4.c: Change expectation.

From-SVN: r238953
This commit is contained in:
Martin Liska 2016-08-01 15:31:24 +02:00 committed by Martin Liska
parent cbcc9fe8b8
commit bf60c53168
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-08-01 Martin Liska <mliska@suse.cz>
PR tree-optimization/71857
* gcc.dg/tree-ssa/ivopt_mult_4.c: Change expectation.
2016-08-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/aarch64/ldp_stp_unaligned_1.c: New test.

View File

@ -21,4 +21,4 @@ long foo(long* p, long* p2, int N1, int N2)
return s;
}
/* { dg-final { scan-tree-dump-times "Replacing" 0 "ivopts"} } */
/* { dg-final { scan-tree-dump "Replacing exit test" "ivopts"} } */