]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use POINTER_TYPE_P when checki...
authorIra Rosen <irar@il.ibm.com>
Thu, 17 Feb 2005 11:19:10 +0000 (11:19 +0000)
committerIra Rosen <irar@gcc.gnu.org>
Thu, 17 Feb 2005 11:19:10 +0000 (11:19 +0000)
commit2427fa809fb072978c49ec705588417122781805
treedbac0f9461092ceca53ca86ef9caadfba638c5e7
parentef4b3ba563dae984c0988adfc98676756eee15cc
tree-vect-analyze.c (vect_analyze_pointer_ref_access): Use POINTER_TYPE_P when checking that type is a pointer.

        * 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.

From-SVN: r95166
gcc/ChangeLog
gcc/tree-vect-analyze.c