* pa.c (output_movb): Correct typo.
From-SVN: r85302
This commit is contained in:
parent
c891b860da
commit
715ab8c3f4
@ -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.
|
||||
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user