Commit 08ffd640 by Jakub Jelinek Committed by Jakub Jelinek

rs6000.c (rs6000_init_builtins): Fix type of __vector double TYPE_DECL.

	* config/rs6000/rs6000.c (rs6000_init_builtins): Fix type of
	__vector double TYPE_DECL.

From-SVN: r150998
parent f4b5a190
2009-08-21 Jakub Jelinek <jakub@redhat.com>
* config/rs6000/rs6000.c (rs6000_init_builtins): Fix type of
__vector double TYPE_DECL.
2009-08-21 Richard Earnshaw <rearnsha@arm.com>
* arm.h (MACHMODE): New define. Include insn-modes.h if available.
......
......@@ -10994,7 +10994,7 @@ rs6000_init_builtins (void)
{
tdecl = build_decl (BUILTINS_LOCATION,
TYPE_DECL, get_identifier ("__vector double"),
unsigned_V2DI_type_node);
V2DF_type_node);
TYPE_NAME (V2DF_type_node) = tdecl;
(*lang_hooks.decls.pushdecl) (tdecl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment