mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*
These are now trivial sets and tests against NULL. Unwrap. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
1f5940e464
commit
f764718d0c
18 changed files with 123 additions and 144 deletions
|
@ -2603,7 +2603,7 @@ static int dec_movem_mr(CPUCRISState *env, DisasContext *dc)
|
|||
tcg_gen_addi_tl(addr, cpu_R[dc->op1], i * 8);
|
||||
gen_load(dc, tmp32, addr, 4, 0);
|
||||
} else {
|
||||
TCGV_UNUSED(tmp32);
|
||||
tmp32 = NULL;
|
||||
}
|
||||
tcg_temp_free(addr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue