Commit bf60c531 by Martin Liska Committed by Martin Liska

Change dump expectation in PR71857

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

From-SVN: r238953
parent cbcc9fe8
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.
......
......@@ -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"} } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment