diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c index e6def73e6e4..d568deb32fd 100644 --- a/gcc/expr.c +++ b/gcc/expr.c @@ -7374,7 +7374,7 @@ highest_pow2_factor_for_target (const_tree target, const_tree exp) } #ifdef HAVE_conditional_move -/* Convert the tree comparision code TCODE to the rtl one where the +/* Convert the tree comparison code TCODE to the rtl one where the signedness is UNSIGNEDP. */ static enum rtx_code |