rs6000: Update test case count when compiling for power9
authorPeter Bergner <bergner@linux.ibm.com>
Tue, 21 Jul 2020 21:20:33 +0000 (16:20 -0500)
committerPeter Bergner <bergner@linux.ibm.com>
Tue, 21 Jul 2020 21:20:33 +0000 (16:20 -0500)
2020-07-21  Peter Bergner  <bergner@linux.ibm.com>

gcc/testsuite/
PR target/92488
* gcc.target/powerpc/convert-fp-128.c (bl): Update POWER9 count.

gcc/testsuite/gcc.target/powerpc/convert-fp-128.c

index 5b0ef3b..69f4a02 100644 (file)
@@ -35,7 +35,7 @@ conv2
 /* { dg-final { scan-assembler-times {\mbl\M} 24 { target { ! hard_dfp } } } } */
 /* { dg-final { scan-assembler-times {\mbl\M} 19 { target { hard_dfp && { ! ppc_float128 } } } } } */
 /* { dg-final { scan-assembler-times {\mbl\M} 30 { target { hard_dfp && { ppc_float128 && { ! ppc_float128_insns } } } } } } */
-/* { dg-final { scan-assembler-times {\mbl\M} 27 { target { hard_dfp && { ppc_float128 && { ppc_float128_insns } } } } } } */
+/* { dg-final { scan-assembler-times {\mbl\M} 26 { target { hard_dfp && { ppc_float128 && { ppc_float128_insns } } } } } } */
 
 
 /* { dg-final { scan-assembler-times {\mbl __extendsfkf2\M} 1 { target { ppc_float128 && { ! ppc_float128_insns } } } } } */