]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Adjust shadd-2 and shadd-3 scan counts.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 2 Jan 2022 18:55:50 +0000 (18:55 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 2 Jan 2022 18:55:50 +0000 (18:55 +0000)
2022-01-02  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/ChangeLog:

* gcc.target/hppa/shadd-2.c: Adjust count to 3.
* gcc.target/hppa/shadd-3.c: Likewise.

gcc/testsuite/gcc.target/hppa/shadd-2.c
gcc/testsuite/gcc.target/hppa/shadd-3.c

index b92f782cf0d6b7a5b82d4d2ca4777a1aad3adbbf..74d4fcd146e4a2f0ada46d73c4e0d6f2f23c1ccb 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile }  */
 /* { dg-options "-O2" }  */
-/* { dg-final { scan-assembler-times "sh.add" 4 } }  */
+/* { dg-final { scan-assembler-times "sh.add" 3 } }  */
 
 typedef struct rtx_def *rtx;
 typedef const struct rtx_def *const_rtx;
index 2d0b648f384238a5d417a25680ab264726ef20f4..a0c1f663d567cb23982fd28ac15cb414a43fee69 100644 (file)
@@ -10,7 +10,7 @@
    over time we'll have to revisit the combine and/or postreload
    dumps.  Note we have disabled delay slot filling to improve
    test stability.  */
-/* { dg-final { scan-assembler-times "sh.add" 4 } }  */
+/* { dg-final { scan-assembler-times "sh.add" 3 } }  */
 
 extern void oof (void);
 typedef struct simple_bitmap_def *sbitmap;