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/ipa-inline.c | |
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/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 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) |