https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124296
Bug ID: 124296
Summary: FINAL_PRESCAN_INSN should be changed to a target hook
from a target macro
Product: gcc
Version: 16.0
Status: UNCONFIRMED
Keywords: easyhack, internal-improvement
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
FINAL_PRESCAN_INSN is currently a target macro but I don't see why it can't be
a target hook instead.
