This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 1/6] Thread pointer built-in functions, core parts
- From: Richard Henderson <rth at redhat dot com>
- To: Chung-Lin Tang <cltang at codesourcery dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 29 Aug 2012 16:39:53 -0700
- Subject: Re: [PATCH 1/6] Thread pointer built-in functions, core parts
- References: <4FFE741E.7080506@codesourcery.com> <503C7D9C.6080009@codesourcery.com>
On 2012-08-28 01:13, Chung-Lin Tang wrote:
> + icode = optab_handler (get_thread_pointer_optab, Pmode);
Until we decide there's no point in the distinction, this should
be spelled direct_optab_handler, to match OPTAB_D with which the
optab is declared.
Otherwise ok.
r~