Commit 6f45095d by Torbjorn Granlund

(decrement_and_branch_until_zero): Add missing `return'.

From-SVN: r6018
parent c4434aaa
...@@ -3078,7 +3078,7 @@ ...@@ -3078,7 +3078,7 @@
(plus:SI (match_dup 0) (match_dup 1))) (plus:SI (match_dup 0) (match_dup 1)))
(clobber (match_scratch:SI 4 "=X,r,r"))] (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. ;; Do not expect to understand this the first time through.
[(set_attr "type" "cbranch,multi,multi") [(set_attr "type" "cbranch,multi,multi")
(set (attr "length") (set (attr "length")
......
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