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: Remove unused debugging arg from last change


On Tue, Oct 23, 2012 at 03:28:37PM -0600, Jeff Law wrote:
> 
> Committed as obvious.
> 
>        * tree-ssa-threadedge.c (cond_arg_set_in_bb): Remove unused
>         debugging argument.

Could you please remove the third argument in the calls to cond_arg_set_in_bb
as well?

/MF

> Index: tree-ssa-threadedge.c
> ===================================================================
> --- tree-ssa-threadedge.c	(revision 192745)
> +++ tree-ssa-threadedge.c	(working copy)
> @@ -580,7 +580,7 @@
>     in e->dest.  */
>  
>  static bool
> -cond_arg_set_in_bb (edge e, basic_block bb, int n)
> +cond_arg_set_in_bb (edge e, basic_block bb)
>  {
>    ssa_op_iter iter;
>    use_operand_p use_p;


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