diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 568b209ae15..6c2d6ce1791 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-11-11 H.J. Lu + + * config/i386/i386.md (*movti_internal_rex64): Remove "!" from + riF->o alternative. + 2012-11-11 Eric Botcazou * config/sparc/sparc.h (AS_NIAGARA3_FLAG): Tweak. diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 2598a1f0da5..243ab4ee2f8 100644 --- a/gcc/config/i386/i386.md +++ b/gcc/config/i386/i386.md @@ -1874,7 +1874,7 @@ (const_string "OI")))]) (define_insn "*movti_internal_rex64" - [(set (match_operand:TI 0 "nonimmediate_operand" "=!r ,!o ,x,x ,m") + [(set (match_operand:TI 0 "nonimmediate_operand" "=!r ,o ,x,x ,m") (match_operand:TI 1 "general_operand" "riFo,riF,C,xm,x"))] "TARGET_64BIT && !(MEM_P (operands[0]) && MEM_P (operands[1]))" {