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
t
On 7/8/21 11:37 PM, Richard Henderson wrote:
> Replace uses of tcg_const_* with the allocate and free close together.
>
> Signed-off-by: Richard Henderson
> ---
> target/openrisc/translate.c | 42 -
> 1 file changed, 9 insertions(+), 33 deletions(-)
Reviewed-
Replace uses of tcg_const_* with the allocate and free close together.
Signed-off-by: Richard Henderson
---
target/openrisc/translate.c | 42 -
1 file changed, 9 insertions(+), 33 deletions(-)
diff --git a/target/openrisc/translate.c b/target/openrisc/transla