[testsuite][arm] Fix typo in fuse-caller-save.c
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 9 Mar 2020 13:15:10 +0000 (13:15 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Mon, 9 Mar 2020 13:19:16 +0000 (13:19 +0000)
2020-03-09  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.target/arm/fuse-caller-save.c: Fix DejaGnu typo.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/fuse-caller-save.c

index e4885b2b1edf73771876009c5b92c7bb8542138d..d8719a4ab031a488f18b505dc3a63eb728795073 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        PR target/93800
index 1308c98447a29fc632c14c0ac3fea2696defa9e7..8fa189f5094b018a3635cdb6b2e5ecde12279e34 100644 (file)
@@ -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\tr[123], r0" 1 { target { ! arm_thumb1 } } } } */
+/* { dg-final { scan-assembler-times "mov\tr\[123\], r0" 1 { target { ! arm_thumb1 } } } } */