This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Hello,

> > >   new_bb = bsi_insert_on_edge_immediate (pe, new_stmt);
> > 
> > This function doesn't exist anymore.  When was the last time the 
> > branch was merged?
> > 
> 
> 	Merge from mainline (lno-merge-20040718).
> 
> 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.

I have intentionally resurrected bsi_insert_on_edge_immediate, since I
needed its functionality, and using "pre_insert_on_edge" name for it
seemed quite missleading to me.

Zdenek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]