diff mbox series

moxie: enable LRA

Message ID 87mt4uszlk.fsf@laptop.mail-host-address-is-not-set
State New
Headers show
Series moxie: enable LRA | expand

Commit Message

Anthony Green March 3, 2023, 2:01 p.m. UTC
Committed as obviously correct.  Enable LRA for the moxie port.
    
    gcc/ChangeLog:
    
            * config/moxie/moxie.cc (TARGET_LRA_P): Remove.
diff mbox series

Patch

diff --git a/gcc/config/moxie/moxie.cc b/gcc/config/moxie/moxie.cc
index dcf87ef98a1..2132b6e48a3 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