Commit af9b2f86 by Sam Tebbs Committed by Sam Tebbs

[PATCH][GCC][Aarch64] Change expected bfxil count in…

[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
parent 9fc5a9a1
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> 2019-01-04 Jakub Jelinek <jakub@redhat.com>
PR target/88594 PR target/88594
......
...@@ -114,4 +114,4 @@ main (void) ...@@ -114,4 +114,4 @@ main (void)
return 0; return 0;
} }
/* { dg-final { scan-assembler-times "bfxil\\t" 13 } } */ /* { dg-final { scan-assembler-times "bfxil\\t" 18 } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment