aboutsummaryrefslogtreecommitdiff
path: root/rust/qemu-api/src
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2025-01-14 13:12:35 -0800
committerRichard Henderson <richard.henderson@linaro.org>2025-04-28 13:40:17 -0700
commit3e3689df4e05eb76b64a9e45247d87f9dad03177 (patch)
treea8e4214f47a44d475c4a9eab7ab7f6f975bfaba2 /rust/qemu-api/src
parent7d10d8e076201e968d57f1c2f5ffd8c88ae1eec9 (diff)
downloadqemu-3e3689df4e05eb76b64a9e45247d87f9dad03177.zip
qemu-3e3689df4e05eb76b64a9e45247d87f9dad03177.tar.gz
qemu-3e3689df4e05eb76b64a9e45247d87f9dad03177.tar.bz2
tcg: Sink def, nb_iargs, nb_oargs loads in liveness_pass_1
Sink the sets of the def, nb_iargs, nb_oargs variables to the default and do_not_remove labels. They're not really needed beforehand, and it avoids preceding code from having to keep them up-to-date. Note that def had *not* been kept up-to-date; thankfully only def->flags had been used and those bits were constant between opcode changes. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions