Commit 442925f0 by Richard Stallman

Typos in last change.

From-SVN: r4605
parent e62d14be
...@@ -2246,8 +2246,8 @@ hppa_expand_epilogue() ...@@ -2246,8 +2246,8 @@ hppa_expand_epilogue()
} }
/* No frame pointer, but we have a stack greater than 8k. We restore /* No frame pointer, but we have a stack greater than 8k. We restore
%r2 very late in this case. (all other cases are restored as early %r2 very late in this case. (All other cases are restored as early
as possible. */ as possible.) */
if (! frame_pointer_needed if (! frame_pointer_needed
&& ! VAL_14_BITS_P (actual_fsize + 20) && ! VAL_14_BITS_P (actual_fsize + 20)
&& (regs_ever_live[2] || profile_flag)) && (regs_ever_live[2] || profile_flag))
...@@ -3312,9 +3312,9 @@ output_bb (operands, nullify, length, negated, insn, which) ...@@ -3312,9 +3312,9 @@ output_bb (operands, nullify, length, negated, insn, which)
filled we can nullify the following instruction and filled we can nullify the following instruction and
avoid emitting a nop. */ avoid emitting a nop. */
if (negated) if (negated)
strcat (buf, " %0,%1,1,0\n\tbl,n %3,0"); strcat (buf, " %0,%1,1,0\n\tbl%* %3,0");
else else
strcat (buf, " %0,%1,1,0\n\tbl,n %2,0"); strcat (buf, " %0,%1,1,0\n\tbl%* %2,0");
break; break;
/* Long backward conditional branch with nullification. */ /* Long backward conditional branch with nullification. */
......
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