CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/08/10 05:39:40
Modified files:
gnu/usr.bin/gcc/gcc/config/m88k: m88k-protos.h m88k.c m88k.md
Log message:
Remove the "dummy" instruction pattern. It was used to put an extra
insn after a label appearing at the end of an expansion, in order to be
able to attach REG_NOTES to it (which can't attach to labels).
This need has arisen in other backends as well, and the preferred way
is to emit a "use:VOID (sp)" instruction, which is harmless. Replace the
use of dummy with this.