combine.c
406 KB
-
combine.c (force_to_mode): Only convert the expression (AND (NE FOO 0) CONST)… · 7d103eb5
combine.c (force_to_mode): Only convert the expression (AND (NE FOO 0) CONST) into (AND FOO CONST) if... * combine.c (force_to_mode) <NE_EXPR>: Only convert the expression (AND (NE FOO 0) CONST) into (AND FOO CONST) if FOO has the same machine mode as the result. From-SVN: r88369
Roger Sayle committed