]> git.proxmox.com Git - qemu.git/commit
tcg: Don't make exitreq flag a local temporary
authorRichard Henderson <rth@twiddle.net>
Tue, 5 Mar 2013 16:54:41 +0000 (08:54 -0800)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 9 Mar 2013 17:16:43 +0000 (18:16 +0100)
commita4960ef34829c355fdf25b8ee6b869c92393e366
tree946d2798379a9ad1c8904a0d74f0e74eace2552f
parent916359f66f838481b4a37a45ab27ccd0474ae487
tcg: Don't make exitreq flag a local temporary

The value is not actually live across basic blocks, so there's no
need for the local property.  This eliminates storing the temporary
to its home location at the branch.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
include/exec/gen-icount.h