Commit e194de64 by Uros Bizjak

i386.md (*movdf_internal_nointeger): Apply "*" constraint modifier to "r".

	* config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
	constraint modifier to "r".

From-SVN: r173485
parent d740dc9e
2011-05-06 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (*movdf_internal_nointeger): Apply "*"
constraint modifier to "r".
2011-05-06 Joseph Myers <joseph@codesourcery.com>
* config/rs6000/rs6000.c (rs6000_handle_option): Don't handle and
......@@ -7,8 +12,7 @@
* config/s390/s390.c (s390_asm_trampoline_template): Comment
instruction sizes.
(s390_trampoline_init): Replace UNITS_PER_WORD with
UNITS_PER_LONG.
(s390_trampoline_init): Replace UNITS_PER_WORD with UNITS_PER_LONG.
2011-05-06 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
......
......@@ -3251,7 +3251,7 @@
[(set (match_operand:DF 0 "nonimmediate_operand"
"=f,m,f,*r ,o ,Y2*x,Y2*x,Y2*x ,m ")
(match_operand:DF 1 "general_operand"
"fm,f,G,*roF,*Fr,C ,Y2*x,mY2*x,Y2*x"))]
"fm,f,G,*roF,F*r,C ,Y2*x,mY2*x,Y2*x"))]
"!TARGET_64BIT && !(MEM_P (operands[0]) && MEM_P (operands[1]))
&& (optimize_function_for_size_p (cfun)
|| !TARGET_INTEGER_DFMODE_MOVES)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment