[patch] tree-cfg.c: Remove an argument from bsi_commit_edge_inserts.

Jeffrey A Law law@redhat.com
Mon Nov 15 16:59:00 GMT 2004


On Mon, 2004-11-15 at 07:11 -0500, Kazu Hirata wrote:
> Hi,
> 
> Attached is a patch to remove an argument from bsi_commit_edge_inserts
> as it is always passed NULL.
> 
> Tested on i686-pc-linux-gnu.  OK to apply?
> 
> Kazu Hirata
> 
> 2004-11-15  Kazu Hirata  <kazu@cs.umass.edu>
> 
> 	* tree-cfg.c (bsi_commit_edge_inserts): Remove an argument.
> 	(tree_flow_call_edges_add): Update the call to
> 	bsi_commit_edge_inserts.
> 	* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Likewise.
> 	* profile.c (branch_prob): Likewise.
> 	* tree-mudflap.c (mf_decl_cache_locals): Likewise.
> 	* tree-sra.c (scalarize_function): Likewise.
> 	* tree-ssa-loop-im.c (loop_commit_inserts): Likewise.
> 	* tree-ssa-pre.c (fini_pre): Likewise.
> 	* tree-flow.h: Update the prototype for
> 	bsi_commit_edge_inserts.
This is fine.
jeff




More information about the Gcc-patches mailing list