OSDN Git Service

* tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use
authorirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2005 11:19:10 +0000 (11:19 +0000)
committerirar <irar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Feb 2005 11:19:10 +0000 (11:19 +0000)
commitb852bbadd13c28259f759ff29db56ed638373105
treedbac0f9461092ceca53ca86ef9caadfba638c5e7
parenteb5881bd19887fa8f6aed5007c5651f112432144
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95166 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/tree-vect-analyze.c