commit | a2ea4aa9898086c1e45e1db9b5f94d16dbf0762e | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Fri Oct 05 16:55:05 2012 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sun Oct 07 16:39:33 2012 +0000 |
tree | 3c74fb53034a28e2e6c77a69373cc050a07cc403 | |
parent | bd49ed41ebe518c79bd52e46ce5b9cf278f8a2af [diff] |
target-sparc: Move taddcctv and tsubcctv out of line The branches around the exception are maintaining an otherwise unnecessary use of local temps for the cpu destination. Note that gen_op_t{add,sub}_cc were identical to gen_op_{add,sub}_cc. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>