diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 07184b9..05be225 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -4662,7 +4662,7 @@ extract_muldiv (t, c, code, wide_type) multiple of the other, in which case we replace this with either an operation or CODE or TCODE. - If we have an unsigned type that is not a sizetype, we canot do + If we have an unsigned type that is not a sizetype, we cannot do this since it will change the result if the original computation overflowed. */ if ((! TREE_UNSIGNED (ctype) |