Commit a80769d7 by Kazu Hirata Committed by Kazu Hirata

* ipa-inline.c, tree-ssa-operands.h: Fix comment typos.

From-SVN: r98637
parent 75cf42cc
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
......
......@@ -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)
......
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment