2004-07-17 Paolo Bonzini <bonzini@gnu.org>
* config/i386/i386.md (movv16qi_internal): Fix typo.
From-SVN: r84867
+2004-07-17 Paolo Bonzini <bonzini@gnu.org>
+
+ * config/i386/i386.md (movv16qi_internal): Fix typo.
+
2004-07-17 Steven Bosscher <stevenb@suse.de>
* final.c (final_scan_insn): Fix broken commit from previous
(define_insn "movv16qi_internal"
[(set (match_operand:V16QI 0 "nonimmediate_operand" "=x,x,m")
- (match_operand:V16QI 1 "nonimmediate_operand" "C,xm,x"))]
+ (match_operand:V16QI 1 "vector_move_operand" "C,xm,x"))]
"TARGET_SSE2
&& (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"
{