From: Richard Kenner Date: Thu, 13 Jul 1995 23:29:52 +0000 (-0400) Subject: (output_bb): Fix error in long backwards branch with nullified delay X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6dd0e0b2f024472e404bc93ca737d8341cbb1fed;p=gcc.git (output_bb): Fix error in long backwards branch with nullified delay slot. From-SVN: r10120 --- diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 53580d49a1e..695c4068488 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -3799,9 +3799,9 @@ output_bb (operands, nullify, length, negated, insn, which) else strcat (buf, ">="); if (negated) - strcat (buf, " %0,%1,.+12\n\tbl %3,0"); + strcat (buf, ",n %0,%1,.+12\n\tbl %3,0"); else - strcat (buf, " %0,%1,.+12\n\tbl %2,0"); + strcat (buf, ",n %0,%1,.+12\n\tbl %2,0"); } /* Handle short backwards branch with an unfilled delay slot. Using a bb;nop rather than extrs;bl saves 1 cycle for both