OSDN Git Service

2004-07-17 Paolo Bonzini <bonzini@gnu.org>
authorbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jul 2004 13:36:40 +0000 (13:36 +0000)
committerbonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 17 Jul 2004 13:36:40 +0000 (13:36 +0000)
* config/i386/i386.md (movv16qi_internal): Fix typo.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84867 138bc75d-0d04-0410-961f-82ee72b054a4

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

index de2cbff..956ebed 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 8b52fbc..9421cc7 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)"
 {