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