OSDN Git Service

* alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Oct 1997 21:47:50 +0000 (21:47 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Oct 1997 21:47:50 +0000 (21:47 +0000)
Patch from Klaus Kaempf <kkaempf@progis.de>.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@16196 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/alpha/alpha.c

index 5cb05f8..063f3d8 100644 (file)
@@ -1,3 +1,8 @@
+Sun Oct 26 13:50:44 1997  Richard Henderson  <rth@cygnus.com>
+
+       * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
+       Patch from Klaus Kaempf <kkaempf@progis.de>.
+
 Sun Oct 26 13:31:47 1997  Jim Wilson  (wilson@cygnus.com)
 
        * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
index f51796b..f1adea4 100644 (file)
@@ -1801,8 +1801,6 @@ alpha_sa_mask (imaskP, fmaskP)
        else
          fmask |= (1L << (i - 32));
       }
-  if (alpha_ra_ever_killed ())
-    imask |= (1L << REG_RA);
 
   *imaskP = imask;
   *fmaskP = fmask;