diff mbox series

[committed] MMIX: Re-enable LRA

Message ID alpine.BSF.2.20.16.2308132216290.11350@arjuna.pair.com
State New
Headers show
Series [committed] MMIX: Re-enable LRA | expand

Commit Message

Hans-Peter Nilsson Aug. 14, 2023, 2:19 a.m. UTC
After fixing the one problem for MMIX, there's just one 
test-case regressing between reload and LRA.
-- 8< --

	* config/mmix/mmix.cc: Re-enable LRA.
---
 gcc/config/mmix/mmix.cc | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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