]> git.ipfire.org Git - thirdparty/qemu.git/commit - target/sparc/translate.c
target/sparc: Pass DisasCompare to advance_jump_cond
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 4 Oct 2023 20:38:18 +0000 (13:38 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 25 Oct 2023 08:01:13 +0000 (01:01 -0700)
commit9d4e2bc76137299aef88d7398c3af6b688d299fa
tree289e554b9549c27d9b57b324ecdf27938783391c
parent6b3e4cc685a6582fe555d6207d563ee972c966b3
target/sparc: Pass DisasCompare to advance_jump_cond

Fold the condition into the branch or movcond when possible.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/sparc/translate.c