+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>
* config.gcc <cris-*>: Specify .opt files.
if (x && GET_CODE (x) == SUBREG)
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);
PRINT_OPERAND (asm_out_file, x, code);
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
statistics)
/* Given an expression EXP with a constant value,
reduce it to the sum of an assembler symbol and an integer.
Store them both in the structure *VALUE.
- EXP must be reduceable. */
+ EXP must be reducible. */
struct addr_const GTY(())
{