From: Oleg Endo Date: Mon, 21 Sep 2015 13:49:07 +0000 (+0000) Subject: re PR target/64345 ([SH] Improve single bit extraction) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ce89c02e8661d0461aa8e21e2159ecb67dfe1145;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 287a822e73d..6bac5cc3869 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-09-21 Oleg Endo + + PR target/64345 + * gcc.target/sh/pr64345-1.c: Adjust expected insn counts for SH2A. + 2015-09-21 Manuel López-Ibáñez * gcc.dg/pragma-diag-5.c: Fix excess warning. diff --git a/gcc/testsuite/gcc.target/sh/pr64345-1.c b/gcc/testsuite/gcc.target/sh/pr64345-1.c index 16c37d79d88..64757ff8cd1 100644 --- a/gcc/testsuite/gcc.target/sh/pr64345-1.c +++ b/gcc/testsuite/gcc.target/sh/pr64345-1.c @@ -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 } } */