From: Anthony Green Date: Fri, 3 Mar 2023 13:57:26 +0000 (-0500) Subject: moxie: enable LRA X-Git-Tag: basepoints/gcc-14~761 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd;p=thirdparty%2Fgcc.git moxie: enable LRA Remove TARGET_LRA_P definition to enable LRA. gcc/ChangeLog: * config/moxie/moxie.cc (TARGET_LRA_P): Remove. --- diff --git a/gcc/config/moxie/moxie.cc b/gcc/config/moxie/moxie.cc index dcf87ef98a18..2132b6e48a3d 100644 --- a/gcc/config/moxie/moxie.cc +++ b/gcc/config/moxie/moxie.cc @@ -616,9 +616,6 @@ moxie_legitimate_address_p (machine_mode mode ATTRIBUTE_UNUSED, #undef TARGET_FUNCTION_ARG_ADVANCE #define TARGET_FUNCTION_ARG_ADVANCE moxie_function_arg_advance -#undef TARGET_LRA_P -#define TARGET_LRA_P hook_bool_void_false - #undef TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P #define TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P moxie_legitimate_address_p