]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove TARGET_LRA_P override when defining to hook_bool_void_true
authorRichard Biener <rguenther@suse.de>
Fri, 2 May 2025 06:40:46 +0000 (08:40 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 2 May 2025 09:58:54 +0000 (11:58 +0200)
Two targets were converted but retain the default.

* config/arc/arc.cc (TARGET_LRA_P): Remove define.
* config/gcn/gcn.cc (TARGET_LRA_P): Likewise.

gcc/config/arc/arc.cc
gcc/config/gcn/gcn.cc

index be4bd612a09218d736118d0732b1b2995c91e2b2..3b4b038f6fe85776abb853077bce14ee0202d5b1 100644 (file)
@@ -720,8 +720,6 @@ static rtx arc_legitimize_address_0 (rtx, rtx, machine_mode mode);
 #define TARGET_NO_SPECULATION_IN_DELAY_SLOTS_P \
   arc_no_speculation_in_delay_slots_p
 
-#undef TARGET_LRA_P
-#define TARGET_LRA_P hook_bool_void_true
 #define TARGET_REGISTER_PRIORITY arc_register_priority
 /* Stores with scaled offsets have different displacement ranges.  */
 #define TARGET_DIFFERENT_ADDR_DISPLACEMENT_P hook_bool_void_true
index 91ce8019480de1a359940ee4f9a2f9b693658765..687bb4ee6c1d97efa93704027edc4356486245f3 100644 (file)
@@ -7908,8 +7908,6 @@ gcn_dwarf_register_span (rtx rtl)
 #define TARGET_LEGITIMATE_CONSTANT_P gcn_legitimate_constant_p
 #undef  TARGET_LIBC_HAS_FUNCTION
 #define TARGET_LIBC_HAS_FUNCTION gcn_libc_has_function
-#undef  TARGET_LRA_P
-#define TARGET_LRA_P hook_bool_void_true
 #undef  TARGET_MACHINE_DEPENDENT_REORG
 #define TARGET_MACHINE_DEPENDENT_REORG gcn_md_reorg
 #undef  TARGET_MEMORY_MOVE_COST