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