Commit a09ba5a2 by Richard Henderson Committed by Richard Henderson

alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.

* alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask.
Patch from Klaus Kaempf <kkaempf@progis.de>.

From-SVN: r16196
parent 7581a30f
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) Sun Oct 26 13:31:47 1997 Jim Wilson (wilson@cygnus.com)
* expr.c (expand_expr, case INDIRECT_REF): Optimize a reference * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference
......
...@@ -1801,8 +1801,6 @@ alpha_sa_mask (imaskP, fmaskP) ...@@ -1801,8 +1801,6 @@ alpha_sa_mask (imaskP, fmaskP)
else else
fmask |= (1L << (i - 32)); fmask |= (1L << (i - 32));
} }
if (alpha_ra_ever_killed ())
imask |= (1L << REG_RA);
*imaskP = imask; *imaskP = imask;
*fmaskP = fmask; *fmaskP = fmask;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment