Fix shadd-2.c scan assembler count.

2020-08-27  John David Anglin  <danglin@gcc.gnu.org>

gcc/testsuite/
	* gcc.target/hppa/shadd-2.c: Adjust times to 4.
This commit is contained in:
John David Anglin 2020-08-27 19:21:22 +00:00
parent 71e9716137
commit 33a55fdb1e
1 changed files with 1 additions and 1 deletions

View 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;