* pa.c (output_movb): Correct typo.

From-SVN: r85302
This commit is contained in:
John David Anglin 2004-07-29 15:59:25 +00:00 committed by John David Anglin
parent c891b860da
commit 715ab8c3f4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-29 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* pa.c (output_movb): Correct typo.
2004-07-29 Pat Haugen <pthaugen@us.ibm.com>
* ra.h (single_reg_in_regclass): Declare.

View File

@ -6951,7 +6951,7 @@ output_movb (rtx *operands, rtx insn, int which_alternative,
if (get_attr_length (insn) == 8)
return "{comb|cmpb},%S2 %%r0,%1,%3\n\tmtsar %r1";
else
return "{comclr|cmpclr},%B2 %%r0,%1,%%r0\n\tbl %3\n\tmtsar %r1";
return "{comclr|cmpclr},%B2 %%r0,%1,%%r0\n\tb %3\n\tmtsar %r1";
}
}