diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/config/sh/sh.md | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bde5734..90007c4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-13 Kaz Kojima <kkojima@gcc.gnu.org> + + * config/sh/sh.md (*movv4sf_i): Add general register cases to + the constraints. + 2005-09-13 Andrew Pinski <pinskia@physics.uc.edu> * config/rs6000/darwin.md (movdf_low_si): Mark the outgoing r constraint diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 4662b53..d0ce596 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -6213,8 +6213,8 @@ label: }") (define_insn_and_split "*movv4sf_i" - [(set (match_operand:V4SF 0 "nonimmediate_operand" "=f,f,m") - (match_operand:V4SF 1 "general_operand" "fZ,m,fZ"))] + [(set (match_operand:V4SF 0 "general_movdst_operand" "=f,rf,r,m,mf") + (match_operand:V4SF 1 "general_operand" "fm,rfm?,F?,f,rfZ?"))] "TARGET_SHMEDIA_FPU" "#" "&& reload_completed" |
