diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-06 17:05:08 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-06 17:05:08 +0000 |
commit | f652d14b64c65ad2ac570babcfa4c7b8791896ee (patch) | |
tree | 39414506f542e9bece675cd14c48ee0ca335e750 /gcc/tree.h | |
parent | 8270a217758cf89cefd77eeeaa94bcb00931699b (diff) | |
download | gcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.zip gcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.tar.gz gcc-f652d14b64c65ad2ac570babcfa4c7b8791896ee.tar.bz2 |
cse.c, [...]: Fix comment typos.
* cse.c, tree-flow-inline.h, tree-flow.h, tree-ssa-operands.c,
tree-ssa-sink.c, tree.h, config/bfin/bfin.c,
config/bfin/bfin.h: Fix comment typos.
From-SVN: r97730
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1350,7 +1350,7 @@ struct ptr_info_def; -/* Immediate use linking structure. THis structure is used for maintaining +/* Immediate use linking structure. This structure is used for maintaining a doubly linked list of uses of an SSA_NAME. */ typedef struct ssa_imm_use_d GTY(()) { @@ -1396,7 +1396,7 @@ struct tree_ssa_name GTY(()) you wish to access the use or def fields of a PHI_NODE in the SSA optimizers, use the accessor macros found in tree-ssa-operands.h. These two macros are to be used only by those accessor macros, and other - select places where we *absolutly* must take the address of the tree. */ + select places where we *absolutely* must take the address of the tree. */ #define PHI_RESULT_TREE(NODE) PHI_NODE_CHECK (NODE)->phi.result #define PHI_ARG_DEF_TREE(NODE, I) PHI_NODE_ELT_CHECK (NODE, I).def |