Commit ce89c02e by Oleg Endo

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
parent 7dc5a9bb
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.
......
......@@ -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 } } */
......
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