diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-04 17:15:31 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-04 17:15:31 +0000 |
commit | d15713f9b684181aa673a60145e66dd1befc5a1d (patch) | |
tree | 9f36a787a3f3346ad83db21e2bfd57726ec9694a /gcc/tree-ssa-opfinalize.h | |
parent | 2e5ed910019859bb792a6eb7ce66d637681e9827 (diff) | |
download | gcc-d15713f9b684181aa673a60145e66dd1befc5a1d.tar.gz |
* tree-flow-inline.h, tree-ssa-operands.c,
tree-ssa-operands.h, tree-ssa-opfinalize.h:
Likewise. tree-vn.c: Fix comment typos.
* doc/passes.texi, doc/tree-ssa.texi: Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99220 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-ssa-opfinalize.h')
-rw-r--r-- | gcc/tree-ssa-opfinalize.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/tree-ssa-opfinalize.h b/gcc/tree-ssa-opfinalize.h index 16850c06d49..3415cf46979 100644 --- a/gcc/tree-ssa-opfinalize.h +++ b/gcc/tree-ssa-opfinalize.h @@ -20,7 +20,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* This file contains common code which is used by each of the 5 operand - types. Macros are defined to specify the varying componenets. + types. Macros are defined to specify the varying components. FINALIZE_FUNC - name of finalize function. FINALIZE_ALLOC - name of allocation routine. @@ -29,8 +29,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA FINALIZE_OPS - Lead element in list. FINALIZE_USE_PTR - How to get the use_operand_p, if this is a use operand. FINALIZE_INITIALIZE - How to initialize an element. - FINALIZE_ELEM - How to retreive an element. - FINALIZE_BASE - How to retreive the base variable of an element. + FINALIZE_ELEM - How to retrieve an element. + FINALIZE_BASE - How to retrieve the base variable of an element. FINALIZE_BASE_TYPE - Type of the base variable. FINALIZE_OPBUILD - Opbuild array for these nodes. FINALIZE_OPBUILD_ELEM - How to get an element from the opbuild list. |