diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-21 14:48:35 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-07-21 14:48:35 -0700 |
commit | 74fb18d0dbe384a254c6badcc06cdc1b1336d11b (patch) | |
tree | 05f6232c9eef76e0dec4f8c243805430b45b50cb | |
parent | 1987bdfaacfb757458e925ff9895da60f6894ae3 (diff) | |
download | gcc-74fb18d0dbe384a254c6badcc06cdc1b1336d11b.zip gcc-74fb18d0dbe384a254c6badcc06cdc1b1336d11b.tar.gz gcc-74fb18d0dbe384a254c6badcc06cdc1b1336d11b.tar.bz2 |
(movdi+1): Delete & from r/i constraint.
From-SVN: r4962
-rw-r--r-- | gcc/config/sparc/sparc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index eb16e1a..f4e5f81 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -1266,7 +1266,7 @@ }") (define_insn "" - [(set (match_operand:DI 0 "reg_or_nonsymb_mem_operand" "=r,Q,r,&r,?f,?f,?Q") + [(set (match_operand:DI 0 "reg_or_nonsymb_mem_operand" "=r,Q,r,r,?f,?f,?Q") (match_operand:DI 1 "general_operand" "r,r,Q,i,f,Q,f"))] "register_operand (operands[0], DImode) || register_operand (operands[1], DImode) |