This is the mail archive of the gcc@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: [tree-ssa]: Code movement is a pain in the ass.


On Sun, 2003-08-10 at 15:38, Daniel Berlin wrote:

> > I meant implementing bsi_move in terms of bsi_remove and bsi_insert.  
> > Is
> > that feasible?
> Yes, but it will require adding an extra argument to bsi_remove and 
> remove_stmt.
> 
Or commonize some of the code in bsi_remove/remove_stmt.  Though, if
that's too intrusive then I guess we add the argument.


Diego.


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