Commit 808cfea1 by Jeff Law

* pa.c (output_movb): Fix ttypo.

From-SVN: r8693
parent bd657ba5
......@@ -3775,7 +3775,7 @@ output_movb (operands, insn, which_alternative, reverse_comparison)
if (dbr_sequence_length () != 0
&& ! forward_branch_p (insn)
&& nullify)
return "movb,%N2,n %1,%0,.+12\n\ttbl %3,0";
return "movb,%N2,n %1,%0,.+12\n\tbl %3,0";
/* Handle short backwards branch with an unfilled delay slot.
Using a movb;nop rather than or;bl saves 1 cycle for both
......
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