diff options
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c index 632d353b315..d93fb84a000 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -5118,7 +5118,7 @@ cse_insn (rtx insn, rtx libcall_insn) /* See if a MEM has already been loaded with a widening operation; if it has, we can use a subreg of that. Many CISC machines also have such operations, but this is only likely to be - beneficial these machines. */ + beneficial on these machines. */ if (flag_expensive_optimizations && src_related == 0 && (GET_MODE_SIZE (mode) < UNITS_PER_WORD) |