i386.c (enum ix86_builtins): Remove IX86_BUILTIN_* codes that appear in bdesc_* arrays...
authorJakub Jelinek <jakub@redhat.com>
Thu, 18 Aug 2016 06:58:46 +0000 (08:58 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 18 Aug 2016 06:58:46 +0000 (08:58 +0200)
commit5730589da6afea6d54055d87fb9c3c6aa0683851
treefd4160055c40728f9b66d79f9bad14606a9a2769
parent395cbeb50410b8742d212723dbb0c359324c3c64
i386.c (enum ix86_builtins): Remove IX86_BUILTIN_* codes that appear in bdesc_* arrays...

* config/i386/i386.c (enum ix86_builtins): Remove IX86_BUILTIN_*
codes that appear in bdesc_* arrays, instead include i386-builtin.def
twice to define those.
(bdesc_comi, bdesc_pcmpestr, bdesc_pcmpistr, bdesc_special_args,
bdesc_args, bdesc_round_args, bdesc_mpx, bdesc_mpx_const,
bdesc_multi_arg): Define by including i386-builtin.def the third time.
* config/i386/i386-builtin.def: New file.

From-SVN: r239559
gcc/ChangeLog
gcc/config/i386/i386-builtin.def [new file with mode: 0644]
gcc/config/i386/i386.c