target-s390: Cleanup cc computation helpers
commit443aaeb8991022f3eadd2b65e14e805093e2a0e6
authorRichard Henderson <rth@twiddle.net>
Tue, 21 Aug 2012 19:36:10 +0000 (21 12:36 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:18:38 +0000 (5 12:18 -0800)
treecab62d7cbbe126eef0c9394497a463782a39463c
parentafdc70bea01452367e372db7e2168b71bb3aa9b3
target-s390: Cleanup cc computation helpers

The inline markers hid the fact that {n}abs_32 were unused
because of typos in the main do_calc_cc function.  Let the
compiler handle auto-inlining here.

Signed-off-by: Richard Henderson <rth@twiddle.net>
target-s390x/cc_helper.c