alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
authorRichard Henderson <rth@cygnus.com>
Sun, 26 Oct 1997 21:47:50 +0000 (13:47 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 26 Oct 1997 21:47:50 +0000 (13:47 -0800)
* alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
Patch from Klaus Kaempf <kkaempf@progis.de>.

From-SVN: r16196

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

index 5cb05f8aaabad750cce25e25cea494699fbc7e3a..063f3d87f847880eb3ae7d17922abc96b5004dfc 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 f51796b7f0bdf260776cf9bc8945ed4e0eee2551..f1adea4d0038f1654faa5de07dfabd8475b654fd 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;