i386.md (movv16qi_internal): Fix typo.
authorPaolo Bonzini <bonzini@gnu.org>
Sat, 17 Jul 2004 13:36:40 +0000 (13:36 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Sat, 17 Jul 2004 13:36:40 +0000 (13:36 +0000)
2004-07-17  Paolo Bonzini  <bonzini@gnu.org>

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

From-SVN: r84867

gcc/ChangeLog
gcc/config/i386/i386.md

index de2cbff6bffefd21be78708b36c8965ebe8e53b8..956ebedabfaa1174d4c27b3212b637be409790be 100644 (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
index 8b52fbc8ad30ef0a1d63cf82c9083d1d69fe89d7..9421cc72cd778bdf84bdb3d6b427803ef7198da4 100644 (file)
 
 (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)"
 {