From: David Edelsohn Date: Mon, 28 Nov 2016 19:57:50 +0000 (-0500) Subject: Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18df37ec1fb4b71af1cda19c7902dfa6125c18a1;p=gcc.git Fix typo. From-SVN: r242931 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40ef344df18..ab627465e64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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