diff options
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index ed1c45f7b16..de80e8d64b5 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -6839,7 +6839,7 @@ force_to_mode (x, mode, mask, reg, just_select) binop: /* For most binary operations, just propagate into the operation and - change the mode if we have an operation of that mode. */ + change the mode if we have an operation of that mode. */ op0 = gen_lowpart_for_combine (op_mode, force_to_mode (XEXP (x, 0), mode, mask, |