tcg: Allocate indirect_base temporaries in a different order
commit91478cefaaf2fa678e56df8635b34957f4d5d565
authorRichard Henderson <rth@twiddle.net>
Wed, 19 Aug 2015 06:23:08 +0000 (18 23:23 -0700)
committerRichard Henderson <rth@twiddle.net>
Tue, 23 Feb 2016 16:07:14 +0000 (23 08:07 -0800)
treef5a50712fac4df9f109490d290b52fd45bd7205e
parentb3915dbbdcdb2e04753f3d34a1b0865eea005069
tcg: Allocate indirect_base temporaries in a different order

Since we've not got liveness analysis for indirect bases,
placing them at the end of the call-saved registers makes
it more likely that it'll stay live.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/tcg.c