Commit 82efa2e5 by Kazu Hirata Committed by Kazu Hirata

* reload.c: Fix comment typos.

From-SVN: r44284
parent ba412630
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
the existing movqi pattern. the existing movqi pattern.
(movhi_push): Likewise. (movhi_push): Likewise.
* reload.c: Fix comment typos.
Mon Jul 23 23:34:07 CEST 2001 Jan Hubicka <jh@suse.cz> Mon Jul 23 23:34:07 CEST 2001 Jan Hubicka <jh@suse.cz>
* gcse.c (cprop_insn): Update call of cprop_cc0_jump. * gcse.c (cprop_insn): Update call of cprop_cc0_jump.
......
...@@ -2776,7 +2776,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p) ...@@ -2776,7 +2776,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
register char *p = constraints[i]; register char *p = constraints[i];
register int win = 0; register int win = 0;
int did_match = 0; int did_match = 0;
/* 0 => this operand can be reloaded somehow for this alternative */ /* 0 => this operand can be reloaded somehow for this alternative. */
int badop = 1; int badop = 1;
/* 0 => this operand can be reloaded if the alternative allows regs. */ /* 0 => this operand can be reloaded if the alternative allows regs. */
int winreg = 0; int winreg = 0;
...@@ -3187,7 +3187,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p) ...@@ -3187,7 +3187,7 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
|| (REGNO (operand) >= FIRST_PSEUDO_REGISTER || (REGNO (operand) >= FIRST_PSEUDO_REGISTER
&& reg_renumber[REGNO (operand)] < 0))) && reg_renumber[REGNO (operand)] < 0)))
win = 1; win = 1;
/* Drop through into 'r' case */ /* Drop through into 'r' case. */
case 'r': case 'r':
this_alternative[i] this_alternative[i]
......
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