i386-c.c (ix86_target_macros_internal): Remove duplicate check (__CLZERO__).

gcc/
	* config/i386/i386-c.c (ix86_target_macros_internal): Remove
	duplicate check (__CLZERO__).

From-SVN: r231688
This commit is contained in:
Kirill Yukhin 2015-12-16 13:43:56 +00:00 committed by Kirill Yukhin
parent c11a5508fb
commit 36e24655dd
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2015-12-16 Kirill Yukhin <kirill.yukhin@intel.com>
* config/i386/i386-c.c (ix86_target_macros_internal): Remove
duplicate check (__CLZERO__).
2015-12-16 Matthew Wahab <matthew.wahab@arm.com>
* config/arm/arm_neon.h (vqrdmlahq_lane_s16): New.

View File

@ -439,8 +439,6 @@ ix86_target_macros_internal (HOST_WIDE_INT isa_flag,
def_or_undef (parse_in, "__CLWB__");
if (isa_flag & OPTION_MASK_ISA_MWAITX)
def_or_undef (parse_in, "__MWAITX__");
if (isa_flag & OPTION_MASK_ISA_CLZERO)
def_or_undef (parse_in, "__CLZERO__");
if (TARGET_IAMCU)
{
def_or_undef (parse_in, "__iamcu");