[patch] lno branch merge -- vectorizer patch #1

Daniel Berlin dberlin@dberlin.org
Thu Aug 5 00:40:00 GMT 2004


On Aug 4, 2004, at 8:24 PM, Richard Henderson wrote:

> On Wed, Aug 04, 2004 at 10:16:17PM +0200, Sebastian Pop wrote:
>> Seems like a merge bug.  We have kept the old name all along from
>> tree-ssa days:
>>
>> 2004-03-25  Diego Novillo  <dnovillo@redhat.com>
>>
>> 	(pre_insert_on_edge): Rename from bsi_insert_on_edge_immediate.
>
> 2004-07-09  Steven Bosscher  <stevenb@suse.de>
>
>         * tree-cfg.c (pre_insert_on_edge): Remove.
>
>
> And in any case, I sincerely doubt you want the functionality that
> this routine provided.
>
>

Right, it was a bad hack for SSAPRE, which needed it because of some 
stupidity in the way the algorithm did insertions. You really want to 
just bsi_insert_on_edge and then bsi_commit_edge_insertions.

> r~



More information about the Gcc-patches mailing list