* doc/tm.texi, doc/tree-ssa.texi: Fix typos.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 10 Sep 2004 22:16:40 +0000 (22:16 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 10 Sep 2004 22:16:40 +0000 (22:16 +0000)
From-SVN: r87324

gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tree-ssa.texi

index ca41511f1c835c2d3461c5a014242d56b66baf51..f4af2480d8c2c6a6fb41243c22b63b8764309a9b 100644 (file)
@@ -1,3 +1,7 @@
+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
index df72053313d9734b8374d38c26c40e004ac44ff3..f756012d6a3267950613be01a90014c7ac04e2ff 100644 (file)
@@ -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
 
index 1c88e9f021c0730e60a05b9a0c7bd5b2cc43985f..c62dcce48f4ec88d4dc44d8d20d0cd49f77aba79 100644 (file)
@@ -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