re PR target/64345 ([SH] Improve single bit extraction)

testsuite/
	PR target/64345
	* gcc.target/sh/pr64345-1.c: Adjust expected insn counts for SH2A.

From-SVN: r227971
This commit is contained in:
Oleg Endo 2015-09-21 13:49:07 +00:00
parent 7dc5a9bb0d
commit ce89c02e86
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>
PR target/64345
* gcc.target/sh/pr64345-1.c: Adjust expected insn counts for SH2A.
2015-09-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
* gcc.dg/pragma-diag-5.c: Fix excess warning.

View File

@ -10,10 +10,10 @@
/* { dg-final { scan-assembler-times "shlr\t" 8 { target { ! sh2a } } } } */
/* { dg-final { scan-assembler-times "tst" 442 { target { sh2a } } } } */
/* { dg-final { scan-assembler-times "bld" 276 { target { sh2a } } } } */
/* { dg-final { scan-assembler-times "bld" 285 { target { sh2a } } } } */
/* { dg-final { scan-assembler-times "cmp/pz" 6 { target { sh2a } } } } */
/* { dg-final { scan-assembler-times "shll\t" 4 { target { sh2a } } } } */
/* { dg-final { scan-assembler-times "shlr\t" 8 { target { sh2a } } } } */
/* { dg-final { scan-assembler-times "shll\t" 3 { target { sh2a } } } } */
/* { dg-final { scan-assembler-times "shlr\t" 0 { target { sh2a } } } } */
/* { dg-final { scan-assembler-times "and\t#1" 32 } } */