]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/translate.c
target-i386: Use gen_update_cc_op everywhere
authorRichard Henderson <rth@twiddle.net>
Wed, 23 Jan 2013 20:43:12 +0000 (12:43 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 18 Feb 2013 23:03:56 +0000 (15:03 -0800)
commit773cdfccb835cc82aca2b2ff34277b4bf58d6bb9
tree6b8e466d5eb0889f0bca1b259f120e5dadb596b4
parente207582f6660e0e2d10a2e79e664e456e80b2887
target-i386: Use gen_update_cc_op everywhere

All of the conditional calls to gen_op_set_cc_op go away, and
gen_op_set_cc_op itself gets inlined into its only remaining caller.

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