aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2023-03-03 08:57:26 -0500
committerAnthony Green <green@moxielogic.com>2023-03-03 08:57:26 -0500
commit1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd (patch)
treea288723ee3a0842c57d4aee59b45c70975293c0e
parentfe4f3bbe9a1ad3da9df7a4693e0b5ff64e974aa1 (diff)
downloadgcc-1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd.zip
gcc-1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd.tar.gz
gcc-1cd98eaa4eebb9a4d6a7726b56074ad3cfb120cd.tar.bz2
moxie: enable LRA
Remove TARGET_LRA_P definition to enable LRA. gcc/ChangeLog: * config/moxie/moxie.cc (TARGET_LRA_P): Remove.
-rw-r--r--gcc/config/moxie/moxie.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/moxie/moxie.cc b/gcc/config/moxie/moxie.cc
index dcf87ef..2132b6e 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