tree-ssanames.c: Fix a comment typo.

* tree-ssanames.c: Fix a comment typo.
	* doc/options.texi: Fix a typo.

From-SVN: r99038
This commit is contained in:
Kazu Hirata 2005-04-30 16:05:21 +00:00 committed by Kazu Hirata
parent 8c44087253
commit 078885f2b7
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-04-30 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssanames.c: Fix a comment typo.
* doc/options.texi: Fix a typo.
2005-04-30 Nathan Sidwell <nathan@codesourcery.com>
* config/h8300/h8300.c (byte_reg): Use gcc_assert and

View File

@ -167,7 +167,7 @@ the value 1 when the option is active and 0 otherwise. If you use @code{Var}
to attach the option to a different variable, the associated macros are
called @code{OPTION_MASK_@var{name}} and @code{OPTION_@var{name}} respectively.
You can disable automatic bit alloction using @code{MaskExists}.
You can disable automatic bit allocation using @code{MaskExists}.
@item InverseMask(@var{othername})
@itemx InverseMask(@var{othername}, @var{thisname})

View File

@ -87,7 +87,7 @@ init_ssanames (void)
large.
We use VEC_quick_push here because we know that SSA_NAMES has at
least 50 elments reserved in it. */
least 50 elements reserved in it. */
VEC_quick_push (tree, ssa_names, NULL_TREE);
free_ssanames = NULL;
}