aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-01-16 07:20:18 -0700
committerJeff Law <law@gcc.gnu.org>1999-01-16 07:20:18 -0700
commit4fbf29af0241943f2649c27e052e116006f46954 (patch)
tree797632c5f20fe6700446bab524a0f63716464c06 /gcc
parent2a4dc31bdc2b9dc261fb74ac46bd8cb1d64e0389 (diff)
downloadgcc-4fbf29af0241943f2649c27e052e116006f46954.zip
gcc-4fbf29af0241943f2649c27e052e116006f46954.tar.gz
gcc-4fbf29af0241943f2649c27e052e116006f46954.tar.bz2
pa.md (shadd): Create shadd insns, even if the result of the shift is needed without the addition.
� * pa.md (shadd): Create shadd insns, even if the result of the shift is needed without the addition. From-SVN: r24699
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e981afe..a294f81 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jan 16 15:13:46 1999 Jeffrey A Law (law@cygnus.com)
+
+ * pa.md (shadd): Create shadd insns, even if the result of the shift is
+ needed without the addition.
+
Sat Jan 16 10:48:16 1999 J"orn Rennecke <amylaar@cygnus.co.uk>
* sh.md (movdf, movsf): Temporary workaround for no_new_pseudos lossage.