From 6f45095de2c66d4a7455714394bb162ffea22ee3 Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Sat, 6 Nov 1993 01:32:21 +0000 Subject: [PATCH] (decrement_and_branch_until_zero): Add missing `return'. From-SVN: r6018 --- gcc/config/pa/pa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.30.2