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
This commit is contained in:
parent
f4b5a190cb
commit
08ffd640db
@ -1,3 +1,8 @@
|
||||
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user