Commit 157e23d8 by Christophe Lyon

[testsuite][arm] Fix typo in fuse-caller-save.c

2020-03-09  Christophe Lyon  <christophe.lyon@linaro.org>

	* gcc.target/arm/fuse-caller-save.c: Fix DejaGnu typo.
parent 314b9122
2020-03-09 Christophe Lyon <christophe.lyon@linaro.org>
* gcc.target/arm/fuse-caller-save.c: Fix DejaGnu typo.
2020-03-09 Martin Liska <mliska@suse.cz> 2020-03-09 Martin Liska <mliska@suse.cz>
PR target/93800 PR target/93800
......
...@@ -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\tr[123], 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