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