egcs/gcc ChangeLog dependence.c
ghazi@gcc.gnu.org
ghazi@gcc.gnu.org
Thu Aug 24 12:00:00 GMT 2000
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: ghazi@sourceware.cygnus.com 2000-08-24 12:00:49
Modified files:
gcc : ChangeLog dependence.c
Log message:
* dependence.c (dependence_string, direction_string,
dump_one_node, dump_node_dependence): Hide unused identifiers.
(get_low_bound, normalize_coefficients): Match definition to
static prototype.
(get_one_coefficient): Initialize variables `value0_is_idx' and
`value1_is_idx'.
(ziv_test, gcd_test): Mark parameters with ATTRIBUTE_UNUSED.
(ziv_test): Delete variable `idx', use parameter `sub' instead.
(direction_merge): Avoid automatic aggregate initialization.
(have_dependence_p): Use `src' not `dest' to set `src_idx'.
Initialize variables `dest_idx' and `src_idx'.
(end_dependence_analysis): Avoid C89 style function definition.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.7522&r2=1.7523
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/dependence.c.diff?cvsroot=gcc&r1=1.2&r2=1.3
More information about the Gcc-cvs
mailing list