Fix typo.

From-SVN: r242931
This commit is contained in:
David Edelsohn 2016-11-28 14:57:50 -05:00
parent f28fd43ea8
commit 18df37ec1f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
number in mode wider than HOST_BITS_PER_WIDE_INT, use
simplify_const_unary_operation to produce CONST_DOUBLE or
CONST_WIDE_INT.
(simplify_plus_minus): Hanlde the case where neg_const_int
(simplify_plus_minus): Handle the case where neg_const_int
doesn't return a CONST_INT.
2016-11-28 Markus Trippelsdorf <markus@trippelsdorf.de>