mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 21:07:30 +08:00
* config/pa/pa.c (compute_movstrsi_length): Fix typos.
From-SVN: r49707
This commit is contained in:
parent
0aacc8ed7b
commit
a36a47ad85
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user