]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lm32: enable LRA after testing showed minimal regressions.
authorWilliam D. Jones <thor0505@comcast.net>
Mon, 11 May 2026 19:35:37 +0000 (13:35 -0600)
committerJeff Law <jeffrey.law@oss.qualcomm.com>
Mon, 11 May 2026 19:35:37 +0000 (13:35 -0600)
PR target/120077
gcc/ChangeLog:
* config/lm32/lm32.cc: Enable LRA after diff testing showed minimal issues.

gcc/config/lm32/lm32.cc

index 0e31aa30210dc7ea859336a61a4fabf66486a73e..fa2db983311157d667fff129d4eafe668a537d99 100644 (file)
@@ -120,8 +120,6 @@ static HOST_WIDE_INT lm32_starting_frame_offset (void);
 #define TARGET_MAX_ANCHOR_OFFSET 0x7fff
 #undef TARGET_CAN_ELIMINATE
 #define TARGET_CAN_ELIMINATE lm32_can_eliminate
-#undef TARGET_LRA_P
-#define TARGET_LRA_P hook_bool_void_false
 #undef TARGET_LEGITIMATE_ADDRESS_P
 #define TARGET_LEGITIMATE_ADDRESS_P lm32_legitimate_address_p
 #undef TARGET_HARD_REGNO_MODE_OK