]> git.proxmox.com Git - mirror_qemu.git/commit
target-sparc: Optimize conditionals using SUBCC
authorRichard Henderson <rth@twiddle.net>
Fri, 5 Oct 2012 23:55:10 +0000 (16:55 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 7 Oct 2012 16:39:34 +0000 (16:39 +0000)
commit2a484ecf8283814c92b5743845e285f0efc23247
tree9260d3d1dc073fa99adf031739977d3278593b30
parentfe1755cbb21c34a40234e2c380d049b9b031c4e2
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>
target-sparc/translate.c