[PATCH][GCC][Aarch64] Change expected bfxil count in gcc.target/aarch64/combine_bfxil...
authorSam Tebbs <sam.tebbs@arm.com>
Fri, 4 Jan 2019 16:26:38 +0000 (16:26 +0000)
committerSam Tebbs <samtebbs@gcc.gnu.org>
Fri, 4 Jan 2019 16:26:38 +0000 (16:26 +0000)
gcc/testsuite/Changelog:

2019-01-04  Sam Tebbs  <sam.tebbs@arm.com>

PR gcc/87763
* gcc.target/aarch64/combine_bfxil.c: Change scan-assembler-times bfxil
count to 18.

From-SVN: r267579

gcc/ChangeLog
gcc/testsuite/gcc.target/aarch64/combine_bfxil.c

index 28ba3ba..ce5bed4 100644 (file)
@@ -1,3 +1,9 @@
+2019-01-04  Sam Tebbs  <sam.tebbs@arm.com>
+
+       PR gcc/87763
+       * gcc.target/aarch64/combine_bfxil.c: Change scan-assembler-times bfxil
+       count to 18.
+
 2019-01-04  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/88594
index 84e5377..109f989 100644 (file)
@@ -114,4 +114,4 @@ main (void)
   return 0;
 }
 
-/* { dg-final { scan-assembler-times "bfxil\\t" 13 } } */
+/* { dg-final { scan-assembler-times "bfxil\\t" 18 } } */