This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]