mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 02:44:34 +08:00
Fix typo in comment.
From-SVN: r65935
This commit is contained in:
parent
277b3b18b3
commit
834277a89a
@ -3053,7 +3053,7 @@ purge_addressof_1 (loc, insn, force, store, may_postpone, ht)
|
|||||||
|
|
||||||
start_sequence ();
|
start_sequence ();
|
||||||
|
|
||||||
/* If SUB is a or virtual register, try it as a pseudo-register.
|
/* If SUB is a hard or virtual register, try it as a pseudo-register.
|
||||||
Otherwise, perhaps SUB is an expression, so generate code to compute
|
Otherwise, perhaps SUB is an expression, so generate code to compute
|
||||||
it. */
|
it. */
|
||||||
if (GET_CODE (sub) == REG && REGNO (sub) <= LAST_VIRTUAL_REGISTER)
|
if (GET_CODE (sub) == REG && REGNO (sub) <= LAST_VIRTUAL_REGISTER)
|
||||||
|
Loading…
Reference in New Issue
Block a user