diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2024-03-25 13:50:11 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2024-05-15 10:03:44 +0200 |
commit | e0137378ed4f3eecc44b7ac9b435f9d91ca7e8fb (patch) | |
tree | b87601b43841e2197289262710206d55342e0f94 /docs/devel | |
parent | 3692ad21f558f1e3425a5d6cecc241d2601db022 (diff) | |
download | qemu-e0137378ed4f3eecc44b7ac9b435f9d91ca7e8fb.zip qemu-e0137378ed4f3eecc44b7ac9b435f9d91ca7e8fb.tar.gz qemu-e0137378ed4f3eecc44b7ac9b435f9d91ca7e8fb.tar.bz2 |
target/hppa: Remove cond_free
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.
Reviewed-by: Helge Deller <deller@gmx.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'docs/devel')
0 files changed, 0 insertions, 0 deletions