diff options
author | Torbjorn Granlund <tege@gnu.org> | 1992-09-10 16:47:30 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1992-09-10 16:47:30 +0000 |
commit | a2a5059bb6e6e60d2d2330e74b0feebc25d59ee8 (patch) | |
tree | a44ae331dfb13629ddfd3d9d4def21dddae6d87f /gcc | |
parent | 6152f87688139edd35e573d3fc304f05aea10766 (diff) | |
download | gcc-a2a5059bb6e6e60d2d2330e74b0feebc25d59ee8.zip gcc-a2a5059bb6e6e60d2d2330e74b0feebc25d59ee8.tar.gz gcc-a2a5059bb6e6e60d2d2330e74b0feebc25d59ee8.tar.bz2 |
(casesi): Add `&' to constraint for clobber operand.
From-SVN: r2096
Diffstat (limited to 'gcc')
-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 04240ec..d74186a 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -1994,7 +1994,7 @@ (label_ref (match_operand 3 "" ""))) (pc))) (use (label_ref (match_operand 4 "" ""))) - (clobber (match_scratch:SI 5 "=r"))] + (clobber (match_scratch:SI 5 "=&r"))] "" "* { |