commit | 2a484ecf8283814c92b5743845e285f0efc23247 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Oct 05 16:55:10 2012 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Oct 07 16:39:34 2012 +0000 |
tree | 9260d3d1dc073fa99adf031739977d3278593b30 | |
parent | fe1755cbb21c34a40234e2c380d049b9b031c4e2 [diff] |
target-sparc: Optimize conditionals using SUBCC Aka "normal" comparisons. We now have the infrastructure to pass back non-boolean results from gen_compare. This will automatically get used by both branches and conditional moves. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>