Commit dca58aef by Jeff Law

Future proofing this test.

	* gcc.target/arm/fuse-caller-save.c: Generalize expected output.
parent a258e464
2020-03-05 Jeff Law <law@redhat.com>
* gcc.target/arm/fuse-caller-save.c: Generalize expected output.
2020-03-05 Mark Eggleston <mark.eggleston@codethink.com>
PR fortran/93792
......
......@@ -22,4 +22,4 @@ main (void)
/* For thumb1, r3 is considered likely spilled, and treated differently in
ira_build_conflicts, which inhibits the fipa-ra optimization. */
/* { dg-final { scan-assembler-times "mov\tr1, r0" 1 { target { ! arm_thumb1 } } } } */
/* { dg-final { scan-assembler-times "mov\tr[123], 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