From: Torbjorn Granlund Date: Sat, 6 Nov 1993 01:32:21 +0000 (+0000) Subject: (decrement_and_branch_until_zero): Add missing `return'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6f45095de2c66d4a7455714394bb162ffea22ee3;p=gcc.git (decrement_and_branch_until_zero): Add missing `return'. From-SVN: r6018 --- diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index cb9247eb388..d346ecdbde3 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -3078,7 +3078,7 @@ (plus:SI (match_dup 0) (match_dup 1))) (clobber (match_scratch:SI 4 "=X,r,r"))] "" -"* output_dbra (operands, insn, which_alternative); " + "* return output_dbra (operands, insn, which_alternative); " ;; Do not expect to understand this the first time through. [(set_attr "type" "cbranch,multi,multi") (set (attr "length")