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