diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c35b8245c828..81b0f609be0e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-03-20 Ramana Radhakrishnan + + * config/aarch64/aarch64.c (MEMORY_MOVE_COST): Delete. + 2014-03-20 Eric Botcazou * config/sparc/sparc.c (sparc_do_work_around_errata): Implement work diff --git a/gcc/config/aarch64/aarch64.h b/gcc/config/aarch64/aarch64.h index 1f71ee57acef..7962aa472457 100644 --- a/gcc/config/aarch64/aarch64.h +++ b/gcc/config/aarch64/aarch64.h @@ -763,10 +763,6 @@ do { \ /* Put trampolines in the text section so that mapping symbols work correctly. */ #define TRAMPOLINE_SECTION text_section - -/* Costs, etc. */ -#define MEMORY_MOVE_COST(M, CLASS, IN) \ - (GET_MODE_SIZE (M) < 8 ? 8 : GET_MODE_SIZE (M)) /* To start with. */ #define BRANCH_COST(SPEED_P, PREDICTABLE_P) 2