i386.c (ix86_expand_vector_init_one_nonzero): Add the missing break.

2008-05-20  H.J. Lu  <hongjiu.lu@intel.com>

	* config/i386/i386.c (ix86_expand_vector_init_one_nonzero): Add
	the missing break.

From-SVN: r135682
This commit is contained in:
H.J. Lu 2008-05-20 21:39:45 +00:00 committed by H.J. Lu
parent 9b678d9601
commit a35f6a358e
2 changed files with 6 additions and 0 deletions

View 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.

View 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;
}