* config/pa/pa.c (compute_movstrsi_length): Fix typos.

From-SVN: r49707
This commit is contained in:
Graham Stott 2002-02-12 15:21:04 +00:00 committed by Jeff Law
parent 0aacc8ed7b
commit a36a47ad85
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-02-12 Graham Stott <grahams@redhat.com>
* config/pa/pa.c (compute_movstrsi_length): Fix typos.
Tue Feb 12 10:12:56 2002 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND):

View File

@ -2397,8 +2397,8 @@ compute_movstrsi_length (insn)
rtx insn;
{
rtx pat = PATTERN (insn);
unsigned int align = INTVAL (XEXP (XVECEXP (pat, 0, 6), 0));
unsigned long n_bytes = INTVAL (XEXP (XVECEXP (pat, 0, 5), 0));
unsigned int align = INTVAL (XEXP (XVECEXP (pat, 0, 7), 0));
unsigned long n_bytes = INTVAL (XEXP (XVECEXP (pat, 0, 6), 0));
unsigned int n_insns = 0;
/* We can't move more than four bytes at a time because the PA