diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-23 23:01:11 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-23 23:01:11 +0000 |
commit | 9989536b26cd7d2c730b4b91704988f0234f59e7 (patch) | |
tree | 211cbe7b998ed133c293af742cce9320dcbb6a0e /gcc/ipa-inline.c | |
parent | d4e7fe89e71e63cc25c26e6652911dc59591d54c (diff) | |
download | gcc-9989536b26cd7d2c730b4b91704988f0234f59e7.tar.gz |
* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98637 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ipa-inline.c')
-rw-r--r-- | gcc/ipa-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c index 9632ba96367..f1236eac5f4 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) |