egcs/gcc ChangeLog ssa.c ssa.h
law@gcc.gnu.org
law@gcc.gnu.org
Tue Jun 19 09:54:00 GMT 2001
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: law@gcc.gnu.org 2001-06-19 09:54:26
Modified files:
gcc : ChangeLog ssa.c ssa.h
Log message:
* ssa.c (remove_phi_alternative): Remove declaration. No longer
static. Second argument is a pointer to a basic block structure,
not a basic block index.
(convert_to_ssa): Do not remove dead code.
(convert_from_ssa): Do not remove dead code to create death notes.
* ssa.h (remove_phi_alternative): Declare.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.10409&r2=1.10410
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ssa.c.diff?cvsroot=gcc&r1=1.27&r2=1.28
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ssa.h.diff?cvsroot=gcc&r1=1.1&r2=1.2
More information about the Gcc-cvs
mailing list