rs6000: Add the rest of the [altivec] stanza to the builtins file
authorBill Schmidt <wschmidt@linux.ibm.com>
Thu, 10 Jun 2021 16:14:51 +0000 (11:14 -0500)
committerBill Schmidt <wschmidt@linux.ibm.com>
Wed, 11 Aug 2021 21:34:15 +0000 (16:34 -0500)
commit6cc92e946edab03b26f8aaca23064adf664433f9
treeb59975273c777cb9baf883e936cf189c24619211
parent9707d2e5dbb92d2bc990c922461a5a16ae652319
rs6000: Add the rest of the [altivec] stanza to the builtins file

2021-06-10  Bill Schmidt  <wschmidt@linux.ibm.com>

gcc/
* config/rs6000/rs6000-builtin-new.def: Finish altivec stanza.
* config/rs6000/rs6000-call.c (rs6000_init_builtins): Move
initialization of pcvoid_type_node here...
(altivec_init_builtins): ...from here.
* config/rs6000/rs6000.h (rs6000_builtin_type_index): Add
RS6000_BTI_const_ptr_void.
(pcvoid_type_node): New macro.
gcc/config/rs6000/rs6000-builtin-new.def
gcc/config/rs6000/rs6000-call.c
gcc/config/rs6000/rs6000.h