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, middle-end]: Introduce TARGET_REJECT_COMBINED_INSN target hook


On Thu, Aug 23, 2012 at 8:59 PM, Joseph S. Myers
<joseph@codesourcery.com> wrote:

>> 2012-08-23  Uros Bizjak  <ubizjak@gmail.com>
>>
>>       * target.def (reject_combined_insn): New target hook.
>>       * doc/tm.texi.in (TARGET_REJECT_COMBINED_INSN): New hook.
>>       * doc/tm.texi: Regenerated.
>
> The preferred location for hook documentation is in the doc string in
> target.def rather than in tm.texi.in.  (If you wish to move *existing*
> text from tm.texi.in to such a doc string in target.def, CC me or Diego or
> Gerald on the patch and ask for docstring relicensing review.)

No problem, will put the string in target.def (I really wondered what
the empty quotes were for).

Thanks,
Uros.


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