Commit 8a17543b by Kugan Vivekanandarajah Committed by Kugan Vivekanandarajah

arm.c (bdesc_2arg): Fix typo.

gcc/
2014-08-07  Kugan Vivekanandarajah  <kuganv@linaro.org>

	* config/arm/arm.c (bdesc_2arg): Fix typo.
	(arm_atomic_assign_expand_fenv): Remove The default implementation.

From-SVN: r213692
parent b88fe5e9
2014-08-07 Kugan Vivekanandarajah <kuganv@linaro.org>
* config/arm/arm.c (bdesc_2arg): Fix typo.
(arm_atomic_assign_expand_fenv): Remove The default implementation.
2014-08-07 Zhenqiang Chen <zhenqiang.chen@arm.com>
* tree-ssa-loop-ivopts.c (get_address_cost): Try aligned offset.
......
......@@ -24384,8 +24384,8 @@ static const struct builtin_description bdesc_2arg[] =
{0, CODE_FOR_##L, "__builtin_arm_"#L, ARM_BUILTIN_##U, \
UNKNOWN, 0},
FP_BUILTIN (set_fpscr, GET_FPSCR)
FP_BUILTIN (get_fpscr, SET_FPSCR)
FP_BUILTIN (get_fpscr, GET_FPSCR)
FP_BUILTIN (set_fpscr, SET_FPSCR)
#undef FP_BUILTIN
#define CRC32_BUILTIN(L, U) \
......@@ -31600,7 +31600,7 @@ arm_atomic_assign_expand_fenv (tree *hold, tree *clear, tree *update)
tree update_call, atomic_feraiseexcept, hold_fnclex;
if (!TARGET_VFP || !TARGET_HARD_FLOAT)
return default_atomic_assign_expand_fenv (hold, clear, update);
return;
/* Generate the equivalent of :
unsigned int fenv_var;
......
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