simplify-rtx.c
94.2 KB
-
simplify-rtx.c (simplify_unary_operation): Only transform (not (eq X Y)) into (ne X Y) when... · a6a0f876
* simplify-rtx.c (simplify_unary_operation): Only transform (not (eq X Y)) into (ne X Y) when mode is BImode or STORE_FLAG_VALUE is -1. RTL "not" is a bit-wise not, "~", not a logical not "!". From-SVN: r71532
Roger Sayle committed