target-sparc: Cleanup "global" temporary allocation
commitb09b2fd30ce3079fbca1bbd7c1a87459378c5bd7
authorRichard Henderson <rth@twiddle.net>
Fri, 5 Oct 2012 23:55:08 +0000 (5 16:55 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Oct 2012 16:39:34 +0000 (7 16:39 +0000)
treeb4e680e94b2849d71797f60e338a76e8f79af86f
parent690995a615ed584a4d494a7b61ede4f849d83e4a
target-sparc: Cleanup "global" temporary allocation

There are 6 temporaries that disas_sparc_insn relies on having been
allocated.  Now that they are no longer referenced across branches,
they need not be allocated as local temps.

Move the allocation/free of these temporaries to make it clear that
they are local to the translation of a single insn.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-sparc/translate.c