diff options
author | Torbjorn Granlund <tege@gnu.org> | 1993-11-06 01:32:21 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1993-11-06 01:32:21 +0000 |
commit | 6f45095de2c66d4a7455714394bb162ffea22ee3 (patch) | |
tree | 2f4cee2d96389dbe1d00bcc0e04cf146c4c2cac6 /gcc/config/pa | |
parent | c4434aaaa352563c4176ea1cb6ea41dff31836b5 (diff) | |
download | gcc-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.md | 2 |
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") |