Commit 834277a8 by Richard Kenner

Fix typo in comment.

From-SVN: r65935
parent 277b3b18
...@@ -3053,7 +3053,7 @@ purge_addressof_1 (loc, insn, force, store, may_postpone, ht) ...@@ -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)
......
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