Move #undef DEF_INTERNAL_FN to internal-fn.def

2015-11-06 Thread Richard Sandiford
In practice the definition of DEF_INTERNAL_FN is never reused after including internal-fn.def, so we might as well #undef it there. This becomes more obvious with a later patch that adds other DEF_INTERNAL_* directives, such as DEF_INTERNAL_OPTAB_FN. If the includer doesn't care about the

Re: Move #undef DEF_INTERNAL_FN to internal-fn.def

2015-11-06 Thread Jeff Law
On 11/06/2015 08:30 AM, Richard Sandiford wrote: In practice the definition of DEF_INTERNAL_FN is never reused after including internal-fn.def, so we might as well #undef it there. This becomes more obvious with a later patch that adds other DEF_INTERNAL_* directives, such as