]> gcc.gnu.org Git - gcc.git/commit
combine.c (force_to_mode): Only convert the expression (AND (NE FOO 0) CONST) into...
authorRoger Sayle <roger@eyesopen.com>
Thu, 30 Sep 2004 23:44:30 +0000 (23:44 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Thu, 30 Sep 2004 23:44:30 +0000 (23:44 +0000)
commit7d103eb5d4826dd66a937ee67eabf24256ed54bb
tree5a3e19d770bb299e11c0c94361b5ebecc2eb39aa
parentdc4f06d9728b0df11ea4f4d8b3a6cb07466e5545
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
gcc/ChangeLog
gcc/combine.c
This page took 0.05926 seconds and 5 git commands to generate.