]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
moxie: enable LRA
authorAnthony Green <green@moxielogic.com>
Fri, 3 Mar 2023 13:57:26 +0000 (08:57 -0500)
committerAnthony Green <green@moxielogic.com>
Fri, 3 Mar 2023 13:57:26 +0000 (08:57 -0500)
Remove TARGET_LRA_P definition to enable LRA.

gcc/ChangeLog:

* config/moxie/moxie.cc (TARGET_LRA_P): Remove.

gcc/config/moxie/moxie.cc

index dcf87ef98a18c40134ece8901e9f7ff0d47026fd..2132b6e48a3dd3f01af857a25c53fd3202992314 100644 (file)
@@ -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