gcc/gcc ChangeLog tree-vect-analyze.c
irar@gcc.gnu.org
irar@gcc.gnu.org
Thu Feb 17 19:25:00 GMT 2005
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: irar@gcc.gnu.org 2005-02-17 11:19:15
Modified files:
gcc : ChangeLog tree-vect-analyze.c
Log message:
* tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use
POINTER_TYPE_P when checking that type is a pointer.
(vect_get_memtag): Remove.
(vect_address_analysis): Use POINTER_TYPE_P. Call
vect_object_analysis with dummy parameter for memtag.
(vect_object_analysis): Extract memtag (functionality that
used to be in vect_get_memtag and moved here). Fix printings.
(vect_analyze_data_refs): Fix comment. Call vect_object_analysis
with correct parameters. Remove call to vect_get_memtag.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7507&r2=2.7508
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-vect-analyze.c.diff?cvsroot=gcc&r1=2.1&r2=2.2
More information about the Gcc-cvs
mailing list