[PATCH][AArch64][1/5] Implement TARGET_SCHED_MACRO_FUSION_PAIR_P

Kyrill Tkachov kyrylo.tkachov@arm.com
Tue Nov 18 12:39:00 GMT 2014


On 18/11/14 10:33, Kyrill Tkachov wrote:
> diff --git a/gcc/config/arm/aarch-common-protos.h b/gcc/config/arm/aarch-common-protos.h
> index 264bf01..ad7ec43c 100644
> --- a/gcc/config/arm/aarch-common-protos.h
> +++ b/gcc/config/arm/aarch-common-protos.h
> @@ -36,7 +36,6 @@ extern int arm_no_early_alu_shift_value_dep (rtx, rtx);
>   extern int arm_no_early_mul_dep (rtx, rtx);
>   extern int arm_no_early_store_addr_dep (rtx, rtx);
>   extern bool arm_rtx_shift_left_p (rtx);
> -
>   /* RTX cost table definitions.  These are used when tuning for speed rather
>      than for size and should reflect the_additional_  cost over the cost
>      of the fastest instruction in the machine, which is COSTS_N_INSNS (1).

This hunk should not be here. I'll remove it when I commit if approved...
Sorry for that.

Kyrill



More information about the Gcc-patches mailing list