From: H.J. Lu Date: Mon, 19 May 2008 22:07:24 +0000 (-0700) Subject: Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9479cae3c3e64b2ebde9854acbf17219f00a4e20;p=gcc.git Fix a typo. From-SVN: r135589 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e9edd794f4d..603f5f6db66 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -4,7 +4,7 @@ 2008-05-19 H.J. Lu - * gcc/config/i386/i386.c (ix86_expand_vector_init_concat): Change + * config/i386/i386.c (ix86_expand_vector_init_concat): Change sizes of operand array from 8/4 to 4/2. (ix86_expand_vector_init_general): Change size of operand array from 32 to 16. Remove op0, op1 and half_mode.