aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2002-06-30 01:19:58 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2002-06-30 01:19:58 +0000
commitb4de2f7db73c5331446fe1af9678a874d4958bae (patch)
tree551f8946278e801b4d603f4a0a4dbc717e5588fe /gcc/tree.h
parent1691051fc987751fdc596faf2069be5fa7be3cee (diff)
downloadgcc-b4de2f7db73c5331446fe1af9678a874d4958bae.zip
gcc-b4de2f7db73c5331446fe1af9678a874d4958bae.tar.gz
gcc-b4de2f7db73c5331446fe1af9678a874d4958bae.tar.bz2
i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of build_function_type.
2002-06-29 Aldy Hernandez <aldyh@redhat.com> * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use build_function_type_list instead of build_function_type. * config/ia64/ia64.c (ia64_init_builtins): Same. * config/alpha/alpha.c (alpha_init_builtins): Same. * config/rs6000/rs6000.c (altivec_init_builtins): Same. * config/arm/arm.c (arm_init_builtins): Same. * tree.h: Add build_function_type_list prototype. * tree.c (build_function_type_list): New. From-SVN: r55109
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 4888bc7..4fcbdd0 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2178,6 +2178,7 @@ extern tree build_index_type PARAMS ((tree));
extern tree build_index_2_type PARAMS ((tree, tree));
extern tree build_array_type PARAMS ((tree, tree));
extern tree build_function_type PARAMS ((tree, tree));
+extern tree build_function_type_list PARAMS ((tree, ...));
extern tree build_method_type PARAMS ((tree, tree));
extern tree build_offset_type PARAMS ((tree, tree));
extern tree build_complex_type PARAMS ((tree));