This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] renesas abi and optimize mode switching


> > +#define MODE_EXIT(ENTITY) (sh_cfun_attr_renesas_p () ? FP_MODE_NONE :
> > NORMAL_MODE (ENTITY))
> 
> When I suggested you to add a line break here, I didn't mean a line
> break in the patch file, but rather in the source file :-)
> 

Heh.

> How about:
> 
> +#define MODE_EXIT(ENTITY) \
> +  (sh_cfun_attr_renesas_p () ? FP_MODE_NONE : NORMAL_MODE (ENTITY))
> 
> Thanks.

Done.

-eric

-eric 


-- 
Eric Christopher <echristo@redhat.com>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]