diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 0ab8406..f565579 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -3710,7 +3710,7 @@ prepare_cmp_insn (rtx *px, rtx *py, enum rtx_code *pcomparison, rtx size, to the modified comparison. For signed comparisons compare the result against 1 in the biased case, and zero in the unbiased case. For unsigned comparisons always compare against 1 after - biasing the unbased result by adding 1. This gives us a way to + biasing the unbiased result by adding 1. This gives us a way to represent LTU. */ *px = result; *pmode = word_mode; |