Commit a8508d51 by Kazu Hirata Committed by Kazu Hirata

* doc/tm.texi, doc/tree-ssa.texi: Fix typos.

From-SVN: r87324
parent f749f3c2
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
......
......@@ -9387,7 +9387,7 @@ that are different from @option{-I}.
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
......
......@@ -709,7 +709,7 @@ definitions. For globals, structures, and arrays, we can determine from
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
......
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