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