aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/i386.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index de2cbff..956ebed 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index 8b52fbc..9421cc7 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -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)"
{