i386.md (movv16qi_internal): Fix typo.

2004-07-17  Paolo Bonzini  <bonzini@gnu.org>

	* config/i386/i386.md (movv16qi_internal): Fix typo.

From-SVN: r84867
This commit is contained in:
Paolo Bonzini 2004-07-17 13:36:40 +00:00 committed by Paolo Bonzini
parent 6fd3cc05db
commit 3e25b3a8f8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -19883,7 +19883,7 @@
(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)"
{