diff options
Diffstat (limited to 'gcc/postreload.c')
-rw-r--r-- | gcc/postreload.c | 2 |
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. */ |