Subject: CVS commit: gnusrc
To: None <source-changes@netbsd.org>
From: SAITOH Masanobu <msaitoh@netbsd.org>
List: source-changes
Date: 12/27/2000 15:24:00
Module Name: gnusrc
Committed By: msaitoh
Date: Wed Dec 27 13:24:00 UTC 2000
Modified Files:
gnusrc/gnu/dist/gcc: jump.c rtl.h rtlanal.c
Log Message:
apply some fixes from egcs-current
rtlanal.c gcc original rev. 1.22
rtl.h rev. 1.67
jump.c rev. 1.47
* rtlanal.c (regs_set_between_p): New function.
* rtl.h (regs_set_between_p): Prototype it.
* jump.c (jump_optimize): Use it instead of modified_between_p
in the Sep 2 change.
fixes PR#11696
To generate a diff of this commit:
cvs rdiff -r1.1.1.4 -r1.2 gnusrc/gnu/dist/gcc/jump.c
cvs rdiff -r1.1.1.2 -r1.2 gnusrc/gnu/dist/gcc/rtl.h \
gnusrc/gnu/dist/gcc/rtlanal.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.