Remove "!" from riF->o alternative
* config/i386/i386.md (*movti_internal_rex64): Remove "!" from riF->o alternative. From-SVN: r193418
This commit is contained in:
parent
5b1efcb719
commit
ed15a7eeaa
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-11-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/i386.md (*movti_internal_rex64): Remove "!" from
|
||||
riF->o alternative.
|
||||
|
||||
2012-11-11 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* config/sparc/sparc.h (AS_NIAGARA3_FLAG): Tweak.
|
||||
|
|
|
@ -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]))"
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue