commit | 7d458a7567ffde5b16d7a4b5e9f585434b2afc35 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Oct 10 09:02:40 2012 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Oct 13 10:39:53 2012 +0000 |
tree | 380301dabff337b4d4cbb68dee451395ff2cd853 | |
parent | a7a49843d70232e0f179e1da330355e5f03ab182 [diff] |
tcg-sparc: Fix setcond The set of comparisons that can immediately use the carry are LTU/GEU, not LTU/LEU. Don't swap operands when we need a temp register; the register may already be in use from setcond2. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>