2013-09-18 Michael Meissner <meissner@linux.vnet.ibm.com>
PR target/58452
* config/rs6000/paired.md (movmisalignv2sf): Fix to allow memory
operands.
From-SVN: r202719
+2013-09-18 Michael Meissner <meissner@linux.vnet.ibm.com>
+
+ PR target/58452
+ * config/rs6000/paired.md (movmisalignv2sf): Fix to allow memory
+ operands.
+
2013-09-18 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/58438
}")
(define_expand "movmisalignv2sf"
- [(set (match_operand:V2SF 0 "gpc_reg_operand" "=f")
- (match_operand:V2SF 1 "gpc_reg_operand" "f"))]
+ [(set (match_operand:V2SF 0 "nonimmediate_operand" "")
+ (match_operand:V2SF 1 "any_operand" ""))]
"TARGET_PAIRED_FLOAT"
{
paired_expand_vector_move (operands);