Re: [PATCH 4/7] s390: Add mode attribute for mode bitsize

2012-12-14 Thread Andreas Krebbel
On Thu, Aug 09, 2012 at 07:31:58PM -0700, Richard Henderson wrote: > Constant fold, and less typing than, GET_MODE_BITSIZE with > another mode substitution. I did just a minor change in order to avoid a warning in the last hunk. Tested on s390 and s390x with different arch flags. Please apply t

[PATCH 4/7] s390: Add mode attribute for mode bitsize

2012-08-09 Thread Richard Henderson
Constant fold, and less typing than, GET_MODE_BITSIZE with another mode substitution. --- gcc/config/s390/s390.md | 24 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 6474023..b6e1535 100644 --- a/