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: [tree-ssa] Correct the initialization of an edge flag


On Mon, Apr 14, 2003 at 11:03:35AM +0200, Pop Sébastian wrote:
> On Mon, Apr 14, 2003 at 09:24:19AM +0200, Jan Hubicka wrote:
> > 
> > Can you give me example for what it is usefull?
> > 
> Your're right, at tree level EDGE_FALLTHRU is not used.  
> I'm bootstrapping the following patch:
> 
Bootstrapped on i686. 

> 
> 
> 	* tree-ssa-dce.c (remove_conditional): Don't use EDGE_FALLTHRU.
> 	* tree-cfg.c (make_edges, make_exit_edges, 
> 	bsi_commit_first_edge_insert): Idem.
> 


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