1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-28 08:07:03 +00:00

remove duplicate virtual_stack_vars_rtx test

found with cppcheck, ok miod@
This commit is contained in:
jsg
2025-09-23 04:55:05 +00:00
parent 932bc229c1
commit 279d57bfc1

View File

@@ -624,8 +624,7 @@ bool m88k_legitimate_address_p (enum machine_mode mode, rtx x, int strict)
from the logical stack pointer, and thus satisfy
rtx_ok_for_base_p (x0) but not legitimate_index_p (x1) above. */
if (!strict
&& (x0 == virtual_stack_vars_rtx
|| x0 == virtual_incoming_args_rtx
&& (x0 == virtual_incoming_args_rtx
|| x0 == virtual_outgoing_args_rtx
|| x0 == virtual_stack_dynamic_rtx
|| x0 == virtual_stack_vars_rtx