rs6000.c (spe_init_builtins): Fix typo in creation of int_ftype_void.
authorMark Mitchell <mark@codesourcery.com>
Fri, 9 May 2003 19:32:30 +0000 (19:32 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Fri, 9 May 2003 19:32:30 +0000 (19:32 +0000)
* config/rs6000/rs6000.c (spe_init_builtins): Fix typo in creation
of int_ftype_void.

From-SVN: r66642

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index 52c64859dbd4d78be0501ae54048405a26f75255..8683cd0890d91a1fb41412ce433b820663889e1e 100644 (file)
@@ -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.
index c5cfa14b6963886fa06d529fcaefecf0d901a1c9..38633d19d4bf10ddac714c434a7ea469e262599c 100644 (file)
@@ -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,