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 parameter in cfgrtl.c


law@redhat.com writes:

>  In message <u8bsalhpb3.fsf@gromit.moeb>, Andreas Jaeger writes:
>  > 
>  > With recent changes, the max parameter for compute_bb_for_insn is not
>  > used anymore.
>  > 
>  > Ok to commit the appended patch?  Regtested/bootstrapped on
>  > i686-linux-gnu,
>  > 
>  > Andreas
>  > 
>  > 2002-06-08  Andreas Jaeger  <aj@suse.de>
>  > 
>  > 	* cfgrtl.c (compute_bb_for_insn): Remove unused parameter.
>  > 	* basic-block.h: Adjust prototype.
>  > 	* haifa-sched.c (sched_init): Fix caller.
>  > 	* sched-ebb.c (schedule_ebbs): Likewise.
>  > 	* sched-rgn.c (schedule_insns): Likewise.
>  > 	* ssa-ccp.c (ssa_const_prop): Likewise.
>  > 	* ssa-dce.c (ssa_eliminate_dead_code): Likewise.
>  > 	* toplev.c (rest_of_compilation): Likewise.
>  > 	(rest_of_compilation): Likewise.
>  > 	* cfgbuild.c (find_basic_blocks): Likwise, remove unused var.
>  > 	* config/ia64/ia64.c (ia64_reorg): Likewise.
> I believe this was subsumed by Roger's patch, right?

Yes, it was.  Roger, go ahead and commit your version that Jeff
approved already ;-)

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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