Commit 0ce38183 by Jeff Law

Fix testsuite regression due to recent IRA changes.

	* gcc.target/arm/fuse-caller-save.c: Update expected output.
parent ac3148a3
2020-03-02 Jeff Law <law@redhat.com>
* gcc.target/arm/fuse-caller-save.c: Update expected output.
2020-03-02 Martin Liska <mliska@suse.cz> 2020-03-02 Martin Liska <mliska@suse.cz>
* gcc.dg/vect/bb-slp-19.c: The comment * gcc.dg/vect/bb-slp-19.c: The comment
......
...@@ -22,4 +22,4 @@ main (void) ...@@ -22,4 +22,4 @@ main (void)
/* For thumb1, r3 is considered likely spilled, and treated differently in /* For thumb1, r3 is considered likely spilled, and treated differently in
ira_build_conflicts, which inhibits the fipa-ra optimization. */ ira_build_conflicts, which inhibits the fipa-ra optimization. */
/* { dg-final { scan-assembler-times "mov\tr3, r0" 1 { target { ! arm_thumb1 } } } } */ /* { dg-final { scan-assembler-times "mov\tr1, r0" 1 { target { ! arm_thumb1 } } } } */
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