Commit a36a47ad by Graham Stott Committed by Jeff Law

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

From-SVN: r49707
parent 0aacc8ed
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):
......
......@@ -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
......
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