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
This commit is contained in:
Mark Mitchell 2003-05-09 19:32:30 +00:00 committed by Mark Mitchell
parent 553ada109d
commit 36e8d515e5
2 changed files with 6 additions and 2 deletions

View 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.

View 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,