diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2023-08-14 03:42:32 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2023-08-14 04:05:55 +0200 |
commit | 49383cd9741f77139d1e2467e52e7ed2fbdc338c (patch) | |
tree | 550945c5efc3b407c39a0644f650f13f5e9aa0f9 | |
parent | 9568ff597e8190b219564b912a4f608c9b95cf13 (diff) | |
download | gcc-49383cd9741f77139d1e2467e52e7ed2fbdc338c.zip gcc-49383cd9741f77139d1e2467e52e7ed2fbdc338c.tar.gz gcc-49383cd9741f77139d1e2467e52e7ed2fbdc338c.tar.bz2 |
MMIX: Re-enable LRA
* config/mmix/mmix.cc: Re-enable LRA.
-rw-r--r-- | gcc/config/mmix/mmix.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/mmix/mmix.cc b/gcc/config/mmix/mmix.cc index 5160794..3474309 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 |