From: Jeff Law Date: Sun, 5 Apr 1998 16:48:42 +0000 (-0600) Subject: expmed.c (synth_mult): The value -1, has no zeros, so it can never have the form... X-Git-Tag: prereleases/egcs-1.1-prerelease~1809 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3978531f3d2f6a0b0eb9501623e98deeae01702;p=thirdparty%2Fgcc.git expmed.c (synth_mult): The value -1, has no zeros, so it can never have the form ...011. * expmed.c (synth_mult): The value -1, has no zeros, so it can never have the form ...011. Forgot to commit ChangeLog entry for this one. From-SVN: r19008 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2904eb4cd636..45b676d9b088 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -8,6 +8,9 @@ Sun Apr 5 16:53:37 1998 Don Bowman Sat Apr 4 23:34:32 PST 1998 Jeff Law (law@cygnus.com) + * expmed.c (synth_mult): The value -1, has no zeros, so it can + never have the form ...011. + * version.c: Bump for snapshot. Sat Apr 4 20:16:46 1998 Richard Henderson