+2004-09-10 Kazu Hirata <kazu@cs.umass.edu>
+
+ * doc/tm.texi, doc/tree-ssa.texi: Fix typos.
+
2004-09-10 Geoffrey Keating <geoffk@apple.com>
* dbxout.c (dbxout_block): Update for
This target hook returns @code{true} if it is safe to use a local alias
for a virtual function @var{fndecl} when constructing thunks,
@code{false} otherwise. By default, the hook returns @code{true} for all
-functions, if a target supports aliases (ie. defines
+functions, if a target supports aliases (i.e. defines
@code{ASM_OUTPUT_DEF}), @code{false} otherwise,
@end deftypefn
a statement whether a variable of these types has a killing definition.
If the variable does, then the statement is marked as having a
@dfn{must definition} of that variable. However, if a statement is only
-defining a part of the variable (ie. a field in a structure), or if we
+defining a part of the variable (i.e. a field in a structure), or if we
know that a statement might define the variable but we cannot say for sure,
then we mark that statement as having a @dfn{may definition}. For
instance, given