diff options
-rw-r--r-- | gcc/testsuite/gcc.target/hppa/shadd-2.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/hppa/shadd-3.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/hppa/shadd-2.c b/gcc/testsuite/gcc.target/hppa/shadd-2.c index b92f782..74d4fcd 100644 --- a/gcc/testsuite/gcc.target/hppa/shadd-2.c +++ b/gcc/testsuite/gcc.target/hppa/shadd-2.c @@ -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; diff --git a/gcc/testsuite/gcc.target/hppa/shadd-3.c b/gcc/testsuite/gcc.target/hppa/shadd-3.c index 2d0b648..a0c1f66 100644 --- a/gcc/testsuite/gcc.target/hppa/shadd-3.c +++ b/gcc/testsuite/gcc.target/hppa/shadd-3.c @@ -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; |