gcc/gcc ChangeLog combine.c
sayle@gcc.gnu.org
sayle@gcc.gnu.org
Thu Sep 30 23:44:00 GMT 2004
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: sayle@gcc.gnu.org 2004-09-30 23:44:30
Modified files:
gcc : ChangeLog combine.c
Log message:
* 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.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.5702&r2=2.5703
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/combine.c.diff?cvsroot=gcc&r1=1.457&r2=1.458
More information about the Gcc-cvs
mailing list