]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PATCH][GCC][Aarch64] Change expected bfxil count in gcc.target/aarch64/combine_bfxil...
authorsamtebbs <samtebbs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jan 2019 16:26:38 +0000 (16:26 +0000)
committersamtebbs <samtebbs@138bc75d-0d04-0410-961f-82ee72b054a4>
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@267579 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 28ba3ba3248af4bc0abe788349f3de945e944207..ce5bed407709923f422c209add71341e5fbd16c3 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 84e5377ce9a10953f50b7c13ed06563bef014a55..109f989a2f0b68ce65509a38a82e8fd819f45a19 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 } } */