From a36a47ad85ed333940a350b02a2b0ab6439f0289 Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Tue, 12 Feb 2002 15:21:04 +0000 Subject: [PATCH] * config/pa/pa.c (compute_movstrsi_length): Fix typos. From-SVN: r49707 --- gcc/ChangeLog | 4 ++++ gcc/config/pa/pa.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5ef7e507b95..4720c619c04 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-02-12 Graham Stott + + * config/pa/pa.c (compute_movstrsi_length): Fix typos. + Tue Feb 12 10:12:56 2002 Richard Kenner * alias.c (find_base_value, case ZERO_EXTEND, case SIGN_EXTEND): diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 05a0fa629cc..2061145f51b 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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