Commit 715ab8c3 by John David Anglin Committed by John David Anglin

* pa.c (output_movb): Correct typo.

From-SVN: r85302
parent c891b860
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";
}
}
......
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