[PATCH]: Fix may_alias slowdown in 23835

Diego Novillo dnovillo@redhat.com
Thu Sep 15 00:33:00 GMT 2005


On 09/14/05 10:47, Daniel Berlin wrote:

>+  /* Collect the list of pointers the loops below are going to want to
>+     look at.  These are those pointers with SSA_NAME_POINTER_INFO set
>+     and don't point to anything.  */
>  
>
/* Collect the list of pointers with a non-empty points-to set.  */

>-	  tree old_name_tag = pi->name_mem_tag;
>+      /* Set pt_anything on the pointers without pt_vars filled in.  */
>+      
>  
>
/* Set pt_anything on pointers without pt_vars filled in so that they 
are assigned a type tag.  */


OK with those changes.



More information about the Gcc-patches mailing list