aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-04-05 10:48:42 -0600
committerJeff Law <law@gcc.gnu.org>1998-04-05 10:48:42 -0600
commitf3978531f3d2f6a0b0eb9501623e98deeae01702 (patch)
tree2554b2b0e6cfcc2c1d360b67b3b183497427abaf /gcc
parent6ecd4e5399fea64455665b1e9c0ae05956a60cc3 (diff)
downloadgcc-f3978531f3d2f6a0b0eb9501623e98deeae01702.zip
gcc-f3978531f3d2f6a0b0eb9501623e98deeae01702.tar.gz
gcc-f3978531f3d2f6a0b0eb9501623e98deeae01702.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2904eb4..45b676d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -8,6 +8,9 @@ Sun Apr 5 16:53:37 1998 Don Bowman <don@pixsci.com>
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 <rth@cygnus.com>