Fix shadd-2.c scan assembler count.
authorJohn David Anglin <danglin@gcc.gnu.org>
Thu, 27 Aug 2020 19:21:22 +0000 (19:21 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Thu, 27 Aug 2020 19:21:22 +0000 (19:21 +0000)
2020-08-27  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/
* gcc.target/hppa/shadd-2.c: Adjust times to 4.

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

index 34708e51597333b4c0b46b511b1a24491327542e..b92f782cf0d6b7a5b82d4d2ca4777a1aad3adbbf 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile }  */
 /* { dg-options "-O2" }  */
-/* { dg-final { scan-assembler-times "sh.add" 2 } }  */
+/* { dg-final { scan-assembler-times "sh.add" 4 } }  */
 
 typedef struct rtx_def *rtx;
 typedef const struct rtx_def *const_rtx;