* decl.c (init_decl_processing): Fix typo.

From-SVN: r20412
This commit is contained in:
Jeffrey A Law 1998-06-10 10:44:38 +00:00 committed by Jeff Law
parent 4324833a17
commit 07fb7f791d
2 changed files with 3 additions and 1 deletions

View File

@ -32,6 +32,8 @@ Wed Jun 10 08:56:27 1998 John Carr <jfc@mit.edu>
Wed Jun 10 02:11:55 1998 Jeffrey A Law (law@cygnus.com)
* decl.c (init_decl_processing): Fix typo.
* mips.c (gpr_mode): New variable.
(override_options): Initialize gpr_mode.
(compute_frame_size): Use "gpr_mode" instead of "word_mode" to

View File

@ -3016,7 +3016,7 @@ init_decl_processing ()
pushdecl (build_decl (TYPE_DECL, NULL_TREE, intDI_type_node));
intTI_type_node = make_signed_type (GET_MODE_BITSIZE (TImode));
pushdecl (build_decl (TYPE_DECL, NULL_TREE, intDI_type_node));
pushdecl (build_decl (TYPE_DECL, NULL_TREE, intTI_type_node));
unsigned_intQI_type_node = make_unsigned_type (GET_MODE_BITSIZE (QImode));
pushdecl (build_decl (TYPE_DECL, NULL_TREE, unsigned_intQI_type_node));