From: Hans-Peter Nilsson Date: Mon, 14 Aug 2023 01:42:32 +0000 (+0200) Subject: MMIX: Re-enable LRA X-Git-Tag: basepoints/gcc-15~6950 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49383cd9741f77139d1e2467e52e7ed2fbdc338c;p=thirdparty%2Fgcc.git MMIX: Re-enable LRA * config/mmix/mmix.cc: Re-enable LRA. --- diff --git a/gcc/config/mmix/mmix.cc b/gcc/config/mmix/mmix.cc index 5160794d9d03..347430927499 100644 --- a/gcc/config/mmix/mmix.cc +++ b/gcc/config/mmix/mmix.cc @@ -274,9 +274,6 @@ static HOST_WIDE_INT mmix_starting_frame_offset (void); #undef TARGET_PREFERRED_OUTPUT_RELOAD_CLASS #define TARGET_PREFERRED_OUTPUT_RELOAD_CLASS mmix_preferred_output_reload_class -#undef TARGET_LRA_P -#define TARGET_LRA_P hook_bool_void_false - #undef TARGET_LEGITIMATE_ADDRESS_P #define TARGET_LEGITIMATE_ADDRESS_P mmix_legitimate_address_p #undef TARGET_LEGITIMATE_CONSTANT_P