On Mon, Sep 17, 2012 at 1:56 PM, Georg-Johann Lay <a...@gjlay.de> wrote:
> The subject says it all:
>
> Add CONST_FIXED_P predicate macro similar to CONST_INT_P to rtl.h.
>
> Currently, CONST_FIXED_P is not used in the compiler, except in avr.c that 
> does
>
> #ifndef CONST_FIXED_P
> #define CONST_FIXED_P(X) (CONST_FIXED == GET_CODE (X))
> #endif
>
> Ok for trunk?

Ok.

Thanks,
Richard.

> If this change is fine, I'll clean up the avr BE in a separate change.
>
> Johann
>
>         * rtl.h (CONST_FIXED_P): New predicate macro.
>

Reply via email to