OSDN Git Service

Fix a typo.
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 May 2008 22:07:24 +0000 (22:07 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 May 2008 22:07:24 +0000 (22:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135589 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index e9edd79..603f5f6 100644 (file)
@@ -4,7 +4,7 @@
 
 2008-05-19  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * 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.