target-s390: Tidy comparisons
commitde379661d5c7cc1d219000d0741f5d96ced56553
authorRichard Henderson <rth@twiddle.net>
Thu, 20 Sep 2012 14:55:51 +0000 (20 07:55 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 5 Jan 2013 20:18:45 +0000 (5 12:18 -0800)
treed80804dc9accf33004d2e46c9bdbca0f7a4123a4
parentf24c49c24a4979fe50eff7afe18f371f5809177d
target-s390: Tidy comparisons

After full conversion, we can audit the uses of LTGT cc ops
and see that none of the instructions can ever set CC=3.
Thus we can extend the table to treat that bit as ignored.

This fixes a regression wrt the pre-conversion translation
in which NE was used for both m=6 and m=7.

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