From: Richard Henderson Date: Sun, 26 Oct 1997 21:47:50 +0000 (-0800) Subject: alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask. X-Git-Tag: releases/egcs-1.0.0~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a09ba5a2b5780551afbe8c99a32e8d81c2887751;p=thirdparty%2Fgcc.git 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 . From-SVN: r16196 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5cb05f8aaaba..063f3d87f847 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 26 13:50:44 1997 Richard Henderson + + * alpha.c (alpha_sa_mask [VMS]): Don't include $26 in the mask. + Patch from Klaus Kaempf . + Sun Oct 26 13:31:47 1997 Jim Wilson (wilson@cygnus.com) * expr.c (expand_expr, case INDIRECT_REF): Optimize a reference diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index f51796b7f0bd..f1adea4d0038 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -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;