On Thu, Jul 08, 2021 at 02:37:51PM -0700, Richard Henderson wrote: > Replace uses of tcg_const_* with the allocate and free close together.
I read this as tcg_const_* is being replaced with allocate and free. Perhaps we can say: Replace uses of tcg_const_* allocate and free close together with tcg_constant_*. > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> Reviewed-by: Stafford Horne <sho...@gmail.com>