diff options
author | Sam Tebbs <sam.tebbs@arm.com> | 2019-01-04 16:26:38 +0000 |
---|---|---|
committer | Sam Tebbs <samtebbs@gcc.gnu.org> | 2019-01-04 16:26:38 +0000 |
commit | af9b2f8658a2970f062a781f5978703985d8c03f (patch) | |
tree | c001856d6a1d8f2569e22008001c808d0b5c76b1 /gcc | |
parent | 9fc5a9a144a2fdc6d589f05e4da929b8f8346994 (diff) | |
download | gcc-af9b2f8658a2970f062a781f5978703985d8c03f.zip gcc-af9b2f8658a2970f062a781f5978703985d8c03f.tar.gz gcc-af9b2f8658a2970f062a781f5978703985d8c03f.tar.bz2 |
[PATCH][GCC][Aarch64] Change expected bfxil count in gcc.target/aarch64/combine_bfxil.c to 18 (PR/87763)
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/aarch64/combine_bfxil.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 28ba3ba..ce5bed4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.target/aarch64/combine_bfxil.c b/gcc/testsuite/gcc.target/aarch64/combine_bfxil.c index 84e5377..109f989 100644 --- a/gcc/testsuite/gcc.target/aarch64/combine_bfxil.c +++ b/gcc/testsuite/gcc.target/aarch64/combine_bfxil.c @@ -114,4 +114,4 @@ main (void) return 0; } -/* { dg-final { scan-assembler-times "bfxil\\t" 13 } } */ +/* { dg-final { scan-assembler-times "bfxil\\t" 18 } } */ |