From 0f07909ca36148e0d48a8dcf24ec021a2736a25f Mon Sep 17 00:00:00 2001 From: segher Date: Wed, 14 Sep 2016 10:49:42 +0000 Subject: Delete TARGET_LRA_P from those targets that set it to "true" A few targets already always want LRA; those then do not need to override the default anymore. 2016-09-14 Segher Boessenkool * config/aarch64/aarch64.c (TARGET_LRA_P): Delete macro. * config/arm/arm.c (TARGET_LRA_P): Delete macro. * config/i386/i386.c (TARGET_LRA_P): Delete macro. * config/nds32/nds32.c (TARGET_LRA_P): Delete macro. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240132 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/arm/arm.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/config/arm/arm.c') diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index 946f308ca84..1183d45d497 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -355,9 +355,6 @@ static const struct attribute_spec arm_attribute_table[] = #undef TARGET_LEGITIMIZE_ADDRESS #define TARGET_LEGITIMIZE_ADDRESS arm_legitimize_address -#undef TARGET_LRA_P -#define TARGET_LRA_P hook_bool_void_true - #undef TARGET_ATTRIBUTE_TABLE #define TARGET_ATTRIBUTE_TABLE arm_attribute_table -- cgit v1.2.1