aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gnu.org>1993-11-06 01:32:21 +0000
committerTorbjorn Granlund <tege@gnu.org>1993-11-06 01:32:21 +0000
commit6f45095de2c66d4a7455714394bb162ffea22ee3 (patch)
tree2f4cee2d96389dbe1d00bcc0e04cf146c4c2cac6 /gcc/config/pa
parentc4434aaaa352563c4176ea1cb6ea41dff31836b5 (diff)
downloadgcc-6f45095de2c66d4a7455714394bb162ffea22ee3.zip
gcc-6f45095de2c66d4a7455714394bb162ffea22ee3.tar.gz
gcc-6f45095de2c66d4a7455714394bb162ffea22ee3.tar.bz2
(decrement_and_branch_until_zero): Add missing `return'.
From-SVN: r6018
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md
index cb9247e..d346ecd 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")