gcc/gcc ChangeLog combine.c
kazu@gcc.gnu.org
kazu@gcc.gnu.org
Fri Jul 18 21:53:00 GMT 2003
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: kazu@gcc.gnu.org 2003-07-18 21:53:04
Modified files:
gcc : ChangeLog combine.c
Log message:
* combine.c (simplify_comparison): Don't share rtx when converting
(ne (and (not X) 1) 0) to (eq (and X 1) 0).
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.559&r2=2.560
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/combine.c.diff?cvsroot=gcc&r1=1.371&r2=1.372
More information about the Gcc-cvs
mailing list