OSDN Git Service

2008-05-20 H.J. Lu <hongjiu.lu@intel.com>
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2008 21:39:45 +0000 (21:39 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 20 May 2008 21:39:45 +0000 (21:39 +0000)
* config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add
the missing break.

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

gcc/ChangeLog
gcc/config/i386/i386.c

index 6763695..41e28d4 100644 (file)
@@ -1,3 +1,8 @@
+2008-05-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add
+       the missing break.
+
 2008-05-20  Anatoly Sokolov <aesok@post.ru>
 
        * config/avr/avr.h (machine_function): Add 'is_OS_main' field.
index 5dc79af..c61cc8a 100644 (file)
@@ -23672,6 +23672,7 @@ ix86_expand_vector_init_one_nonzero (bool mmx_ok, enum machine_mode mode,
       break;
     case V4HImode:
       use_vector_set = TARGET_SSE || TARGET_3DNOW_A;
+      break;
     default:
       break;
     }