diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-23 23:01:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-23 23:01:11 +0000 |
commit | a80769d7ef7d1f776745c758568d828569735cac (patch) | |
tree | 211cbe7b998ed133c293af742cce9320dcbb6a0e /gcc | |
parent | 75cf42ccffa6a661cce421e0d9eb0e0689d75aae (diff) | |
download | gcc-a80769d7ef7d1f776745c758568d828569735cac.zip gcc-a80769d7ef7d1f776745c758568d828569735cac.tar.gz gcc-a80769d7ef7d1f776745c758568d828569735cac.tar.bz2 |
* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
From-SVN: r98637
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/ipa-inline.c | 2 | ||||
-rw-r--r-- | gcc/tree-ssa-operands.h | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e0a065b..92d643f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-23 Kazu Hirata <kazu@cs.umass.edu> + + * ipa-inline.c, tree-ssa-operands.h: Fix comment typos. + 2005-04-23 Richard Guenther <rguenth@gcc.gnu.org> PR middle-end/21082 diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 9632ba9..f1236ea 100644 --- a/gcc/ipa-inline.c +++ b/gcc/ipa-inline.c @@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA cgraph_mark_inline implementation - This function allow to mark given call inline and performs necessary + This function allows to mark given call inline and performs necessary modifications of cgraph (production of the clones and updating overall statistics) diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h index e2a8a50..2888319 100644 --- a/gcc/tree-ssa-operands.h +++ b/gcc/tree-ssa-operands.h @@ -100,7 +100,7 @@ typedef struct v_must_def_optype_d GTY(()) typedef v_must_def_optype_t *v_must_def_optype; -/* This represents the operand cache fora stmt. */ +/* This represents the operand cache for a stmt. */ typedef struct stmt_operands_d GTY(()) { /* Statement operands. */ |