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] Remove traces of RTL-level VRP.


On Fri, 2004-10-01 at 08:35, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to remove traces of RTL-level value range
> propagation.
> 
> AFAIK, several VRP support routines made it into CVS, but the VRP
> proper didn't (or wasn't even proposed!?).  These rountines have been
> unused for almost three years.
> 
> Bootstrapped on i686-pc-linux-gnu.  OK to apply?
> 
> Kazu Hirata
> 
> 2004-10-01  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* basic-block.h: Remove the prototype for
> 	flow_preorder_transversal_compute.
> 	* cfganal.c (dfst_node): Remove.
> 	(flow_preorder_transversal_compute): Likewise.
> 	* rtl.h: Remove the prototype for get_jump_table_offset.
> 	* rtlanal.c (get_jump_table_offset): Remove.
This is fine.  Go ahead and install.
jeff


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