Modifying constructor for vl-final structures.
(change-vl-final x [:stmt <stmt>] [:atts <atts>] [:loc <loc>])
This is an often useful alternative to make-vl-final.
We construct a new vl-final structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-final (x &rest args) (std::change-aggregate 'vl-final x args '((:stmt . vl-final->stmt) (:atts . vl-final->atts) (:loc . vl-final->loc)) 'change-vl-final 'remake-vl-final))