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: [gcc-3_4-basic-improvements-branch] cfgloop.c: Remove unused functions.


In message <20020917.130721.74752770.kazu@cs.umass.edu>, Kazu Hirata writes:
 >Hi,
 >
 >Attached is a patch to remove unused functions.
 >
 >Bootstrapped on i386-redhat-linux.  OK to apply to
 >gcc-3.4-basic-improvements-branch?
 >
 >By the way, I found the following two functions are also unused, but
 >they seem to be provided for completeness, so I am not removing them.
 >
 >  flow_loop_tree_node_remove
 >  flow_loops_update
 >
 >Kazu Hirata
 >
 >2002-09-17  Kazu Hirata  <kazu@cs.umass.edu>
 >
 >	* cfgloop.c (add_bb_to_loop): Remove.
 >	(remove_bb_from_loops): Likewise.
 >	(find_common_loop): Likewise.
 >	(loop_preheader_edge): Likewise.
 >	* basic-block.h: Remove corresponding prototypes.
Please don't remove these.  

jeff


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