Modifying constructor for finalize-output structures.
(change-finalize-output x
[:reg <reg>]
[:type <type>])
This is an often useful alternative to make-finalize-output.
We construct a new finalize-output structure that is a copy of
This is an ordinary
Macro:
(defmacro change-finalize-output (x &rest args) (std::change-aggregate 'finalize-output x args '((:reg . finalize-output->reg) (:type . finalize-output->type)) 'change-finalize-output 'nil))