Commit a35f6a35 by H.J. Lu Committed by H.J. Lu

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
parent 9b678d96
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.
......
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment