summaryrefslogtreecommitdiff
path: root/gcc/postreload.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-13 21:11:04 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-13 21:11:04 +0000
commit86481e896633d43cdb6447bd9d33f2db5f782c7d (patch)
treead31c07f0c92ca9821135e839011bb0784c3173f /gcc/postreload.c
parent621a25ae4462c07cf701b25bac9da17961092765 (diff)
downloadgcc-86481e896633d43cdb6447bd9d33f2db5f782c7d.tar.gz
* c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c,
lambda-code.c, postreload.c, predict.c, tree-sra.c, tree-ssa-loop-manip.c, tree.c: Fix comment typos. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/postreload.c')
-rw-r--r--gcc/postreload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/postreload.c b/gcc/postreload.c
index 2ff95b1a4a7..14dc7126883 100644
--- a/gcc/postreload.c
+++ b/gcc/postreload.c
@@ -427,7 +427,7 @@ reload_cse_simplify_operands (rtx insn, rtx testreg)
extension. Punt on this for now. */
if (! set)
continue;
- /* If the destination is a also MEM or a STRICT_LOW_PART, no
+ /* If the destination is also a MEM or a STRICT_LOW_PART, no
extension applies.
Also, if there is an explicit extension, we don't have to
worry about an implicit one. */