summaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-22 12:09:09 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>2003-04-22 12:09:09 +0000
commit09258369da6ac4b9bdbcc2902e258b4b67e7c87b (patch)
treeca3d8c758e59e03fb4c2908bd8012e9779259f7a /gcc/function.c
parent7df1e94cd419e13c54bc89a0884215a05ac2a71b (diff)
downloadgcc-09258369da6ac4b9bdbcc2902e258b4b67e7c87b.tar.gz
Fix typo in comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65935 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index de10f731003..c5c0d03c559 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -3053,7 +3053,7 @@ purge_addressof_1 (loc, insn, force, store, may_postpone, ht)
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
it. */
if (GET_CODE (sub) == REG && REGNO (sub) <= LAST_VIRTUAL_REGISTER)