2012/2/24 Georg-Johann Lay :
> http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00843.html
>
> Georg-Johann Lay wrote:
>> This patch introduces a new file builtins.def that is used as central
>> registry
>> to hold built-ins' information.
>>
>> The file is used by defining DEF_BUILTIN macre and then i
http://gcc.gnu.org/ml/gcc-patches/2012-02/msg00843.html
Georg-Johann Lay wrote:
> This patch introduces a new file builtins.def that is used as central registry
> to hold built-ins' information.
>
> The file is used by defining DEF_BUILTIN macre and then including the file as
> described in the h
This patch introduces a new file builtins.def that is used as central registry
to hold built-ins' information.
The file is used by defining DEF_BUILTIN macre and then including the file as
described in the head comment of builtins.def.
Up to here it's all code clean-up and no functional change.