re PR tree-optimization/21470 (-fargument-noalias-global has no effect for the vector...
authorAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 26 Jan 2006 17:51:25 +0000 (09:51 -0800)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Thu, 26 Jan 2006 17:51:25 +0000 (09:51 -0800)
commit9cee8116904615365b56ebb8670cc7a6479595c4
tree3953e7cbad2ecd7fbdf696db8682676529256f1f
parent7cc92f92ce6c9da6d65817e52da0991e36c1dacb
re PR tree-optimization/21470 (-fargument-noalias-global has no effect for the vectorizer)

2006-01-26  Richard Guenther  <rguenther@suse.de>
            Andrew Pinski  <pinskia@physics.uc.edu>

        PR tree-opt/21470
        partial PR tree-opt/17064
        * tree-ssa-structalias.c (intra_create_variable_infos):
        Create heap variables for incoming parameters if
        flag_argument_noalias > 1.
        (find_what_p_points_to): Look through default defs of
        parameter decls.

From-SVN: r110263
gcc/ChangeLog