diff options
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r-- | gcc/simplify-rtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index 2b25d9c..49c205c 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -109,7 +109,7 @@ static void simplify_binary_is2orm1 PARAMS ((PTR)); /* Negate a CONST_INT rtx, truncating (because a conversion from a - maximally negative number can overflow). */ + maximally negative number can overflow). */ static rtx neg_const_int (mode, i) enum machine_mode mode; |