aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-05-09 19:32:30 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-05-09 19:32:30 +0000
commit36e8d515e580eed5c6f3ec06bd3acb565a8d32e6 (patch)
tree2897471985518969b9ea7a535dac75523c69d5d1
parent553ada109d228881d72e94aedfd0571bdb0689d0 (diff)
downloadgcc-36e8d515e580eed5c6f3ec06bd3acb565a8d32e6.zip
gcc-36e8d515e580eed5c6f3ec06bd3acb565a8d32e6.tar.gz
gcc-36e8d515e580eed5c6f3ec06bd3acb565a8d32e6.tar.bz2
rs6000.c (spe_init_builtins): Fix typo in creation of int_ftype_void.
* config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation of int_ftype_void. From-SVN: r66642
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/rs6000/rs6000.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 52c6485..8683cd0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-05-09 Mark Mitchell <mark@codesourcery.com>
+
+ * config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
+ of int_ftype_void.
+
2003-05-09 Olivier Hainque <hainque@act-europe.fr>
* config/arm/vxxscale.h, config/arm/vxxscale-coff.h: New files.
diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c
index c5cfa14..38633d1 100644
--- a/gcc/config/rs6000/rs6000.c
+++ b/gcc/config/rs6000/rs6000.c
@@ -5761,8 +5761,7 @@ spe_init_builtins ()
tree_cons (NULL_TREE, integer_type_node, endlink));
tree int_ftype_void
- = build_function_type (integer_type_node,
- tree_cons (NULL_TREE, void_type_node, endlink));
+ = build_function_type (integer_type_node, endlink);
tree v2si_ftype_pv2si_int
= build_function_type (opaque_V2SI_type_node,