target-sparc: Cleanup cpu_src[12] allocation
authorRichard Henderson <rth@twiddle.net>
Tue, 16 Oct 2012 09:32:18 +0000 (19:32 +1000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 20 Oct 2012 07:56:06 +0000 (07:56 +0000)
commita4273524875a960e8ef22ed676853e5988fefbea
treef1c687daf0490a00920a238cc69de030a7e0e6ec
parent81634eea3d5dada203848f89ebd97d6a05aa4cce
target-sparc: Cleanup cpu_src[12] allocation

Now that get_temp_tl is used for get_src[12], we don't need to
pre-allocate these temporaries.

Fallout from this is moving some assignments around cas/casx to
avoid uninitialized variable warnings.

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