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
This commit is contained in:
parent
7581a30fe2
commit
a09ba5a2b5
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue