diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-29 19:24:31 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-29 19:24:31 -0400 |
commit | 28ee27fd5532e418605d1f9c5870850052a56be8 (patch) | |
tree | f293d1d96aa42511afc763cc2a3bb05309efcc8b /gcc | |
parent | a29ca9db50ec94d993207ae9c3a43228fe62a6f8 (diff) | |
download | gcc-28ee27fd5532e418605d1f9c5870850052a56be8.zip gcc-28ee27fd5532e418605d1f9c5870850052a56be8.tar.gz gcc-28ee27fd5532e418605d1f9c5870850052a56be8.tar.bz2 |
(addsi_lshrsi_31): Use match_dup, not constraint "1", for matching
inputs.
From-SVN: r9840
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/m68k.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index d95229f..672278a 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -2089,7 +2089,7 @@ [(set (match_operand:SI 0 "general_operand" "=dm") (plus:SI (lshiftrt:SI (match_operand:SI 1 "general_operand" "rm") (const_int 31)) - (match_operand:SI 2 "general_operand" "1")))] + (match_dup 1)))] "" "* { |