Index: gcc/gcc/config/i386/i386.md |
diff --git a/gcc/gcc/config/i386/i386.md b/gcc/gcc/config/i386/i386.md |
index 7155cbc74834bcb125228287ec3eb0b2ada7e9c2..0f1407bde16f311f45371be991e8c0ca1bf7ae8a 100644 |
--- a/gcc/gcc/config/i386/i386.md |
+++ b/gcc/gcc/config/i386/i386.md |
@@ -1535,7 +1535,7 @@ |
[(set (match_operand:SI 0 "nonimmediate_operand" |
"=r,m ,*y,*y,?rm,?*y,*x,*x,?r ,m ,?*Yi,*x") |
(match_operand:SI 1 "general_operand" |
- "g ,ri,C ,*y,*y ,rm ,C ,*x,*Yi,*x,r ,m "))] |
+ "g ,re,C ,*y,*y ,rm ,C ,*x,*Yi,*x,r ,m "))] |
"!(MEM_P (operands[0]) && MEM_P (operands[1]))" |
{ |
switch (get_attr_type (insn)) |