From 9cee8116904615365b56ebb8670cc7a6479595c4 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Thu, 26 Jan 2006 09:51:25 -0800 Subject: [PATCH] re PR tree-optimization/21470 (-fargument-noalias-global has no effect for the vectorizer) 2006-01-26 Richard Guenther Andrew Pinski 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9407bcd7ae2..ed19913d0d0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,8 @@ 2006-01-26 Richard Guenther Andrew Pinski + 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. -- 2.30.2