Commit 04c7ae48 by Kazu Hirata Committed by Kazu Hirata

* final.c, ipa-inline.c, varasm.c: Fix comment typos.

From-SVN: r98613
parent 2a186d97
2005-04-23 Kazu Hirata <kazu@cs.umass.edu>
* final.c, ipa-inline.c, varasm.c: Fix comment typos.
2005-04-23 Hans-Peter Nilsson <hp@axis.com> 2005-04-23 Hans-Peter Nilsson <hp@axis.com>
* config.gcc <cris-*>: Specify .opt files. * config.gcc <cris-*>: Specify .opt files.
......
...@@ -3135,7 +3135,7 @@ output_operand (rtx x, int code ATTRIBUTE_UNUSED) ...@@ -3135,7 +3135,7 @@ output_operand (rtx x, int code ATTRIBUTE_UNUSED)
if (x && GET_CODE (x) == SUBREG) if (x && GET_CODE (x) == SUBREG)
x = alter_subreg (&x); x = alter_subreg (&x);
/* X must not be a psuedo reg. */ /* X must not be a pseudo reg. */
gcc_assert (!x || !REG_P (x) || REGNO (x) < FIRST_PSEUDO_REGISTER); gcc_assert (!x || !REG_P (x) || REGNO (x) < FIRST_PSEUDO_REGISTER);
PRINT_OPERAND (asm_out_file, x, code); PRINT_OPERAND (asm_out_file, x, code);
......
...@@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -30,7 +30,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
cgraph_mark_inline implementation cgraph_mark_inline implementation
This function allow to mark given call inline and performs neccesary This function allow to mark given call inline and performs necessary
modifications of cgraph (production of the clones and updating overall modifications of cgraph (production of the clones and updating overall
statistics) statistics)
......
...@@ -2259,7 +2259,7 @@ assemble_real (REAL_VALUE_TYPE d, enum machine_mode mode, unsigned int align) ...@@ -2259,7 +2259,7 @@ assemble_real (REAL_VALUE_TYPE d, enum machine_mode mode, unsigned int align)
/* Given an expression EXP with a constant value, /* Given an expression EXP with a constant value,
reduce it to the sum of an assembler symbol and an integer. reduce it to the sum of an assembler symbol and an integer.
Store them both in the structure *VALUE. Store them both in the structure *VALUE.
EXP must be reduceable. */ EXP must be reducible. */
struct addr_const GTY(()) struct addr_const GTY(())
{ {
......
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