On 13/5/24 09:46, Richard Henderson wrote:
Now that we do not need to free tcg temporaries, the only
thing cond_free does is reset the condition to never.
Instead, simply write a new condition over the old, which
may be simply cond_make_f() for the never condition.
The do_*_cond functions do the right thing with c or cf == 0,
so there's no need for a special case anymore.
Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
---
target/hppa/translate.c | 102 +++++++++++-----------------------------
1 file changed, 27 insertions(+), 75 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>