diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-07-14 07:52:06 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-14 07:52:06 -0600 |
commit | 2644deec19160daf6c610c037c9f675af5e63461 (patch) | |
tree | d1c865f6621ae311266b2264f5ab85522eda5f54 /gcc | |
parent | 9d5f04288303d8dbb13f79f8a459c4fc7604534b (diff) | |
download | gcc-2644deec19160daf6c610c037c9f675af5e63461.zip gcc-2644deec19160daf6c610c037c9f675af5e63461.tar.gz gcc-2644deec19160daf6c610c037c9f675af5e63461.tar.bz2 |
mn10300.md (movsi, [...]): Remove "x" from I -> a alternative.
* mn10300.md (movsi, movsf, movdi, movdf): Remove "x" from I -> a
alternative.
From-SVN: r21139
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mn10300/mn10300.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md index d8f506a..8ae3d48 100644 --- a/gcc/config/mn10300/mn10300.md +++ b/gcc/config/mn10300/mn10300.md @@ -206,7 +206,7 @@ (define_insn "" [(set (match_operand:SI 0 "general_operand" - "=dx,ax,dx,ax,dxm,dxm,axm,axm,dx,dx,ax,ax,axR,y") + "=dx,ax,dx,a,dxm,dxm,axm,axm,dx,dx,ax,ax,axR,y") (match_operand:SI 1 "general_operand" "0,0,I,I,dx,ax,dx,ax,dixm,aixm,dixm,aixm,xy,axR"))] "register_operand (operands[0], SImode) @@ -263,7 +263,7 @@ }") (define_insn "" - [(set (match_operand:SF 0 "general_operand" "=dx,ax,dx,ax,daxm,dax") + [(set (match_operand:SF 0 "general_operand" "=dx,ax,dx,a,daxm,dax") (match_operand:SF 1 "general_operand" "0,0,G,G,dax,daxim"))] "register_operand (operands[0], SFmode) || register_operand (operands[1], SFmode)" @@ -312,7 +312,7 @@ (define_insn "" [(set (match_operand:DI 0 "general_operand" - "=dx,ax,dx,ax,dxm,dxm,axm,axm,dx,dx,ax,ax") + "=dx,ax,dx,a,dxm,dxm,axm,axm,dx,dx,ax,ax") (match_operand:DI 1 "general_operand" "0,0,I,I,dx,ax,dx,ax,dxim,axim,dxim,axim"))] "register_operand (operands[0], DImode) @@ -473,7 +473,7 @@ (define_insn "" [(set (match_operand:DF 0 "general_operand" - "=dx,ax,dx,ax,dxm,dxm,axm,axm,dx,dx,ax,ax") + "=dx,ax,dx,a,dxm,dxm,axm,axm,dx,dx,ax,ax") (match_operand:DF 1 "general_operand" "0,0,G,G,dx,ax,dx,ax,dxim,axim,dxim,axim"))] "register_operand (operands[0], DFmode) |