commit | e86ceb0d652baa5738e05a59ee0e7989dafbeaa1 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Aug 19 09:58:17 2015 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Tue Jul 12 11:01:51 2016 -0700 |
tree | 9fbe2fdf66b64758430f09559b81b2abf3f4312e | |
parent | be72f9fcca742c5e9a949f5eac901ed6cc26a2a0 [diff] |
target-sparc: Remove softint as a TCG global The global is only ever read for one insn; we can just as well use a load from env instead and generate the same code. This also allows us to indicate the the associated helpers do not touch TCG globals. Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Signed-off-by: Richard Henderson <rth@twiddle.net>