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]

Re: Patch to improve delete_computation.



  In message <199908020358.XAA14861@jwlab.FEITH.COM>you write:
  > Sun Aug  1 00:25:42 EDT 1999  John Wehle  (john@feith.com)
  > 
  > 	* jump.c (delete_prior_computation): New function, broken
  > 	out of delete_computation.  Check for side effects with
  > 	side_effects_p instead of FIND_REG_INC_NOTE.  Handle
  > 	multi-word hard registers.
  > 	(delete_computation): Use it.  Check for side effects with
  > 	side_effects_p instead of FIND_REG_INC_NOTE.  Synthesize a
  > 	missing REG_DEAD note for a register which is both set and
  > 	used by an insn.
This is fine for the mainline sources.  Please install it.

Thanks,
jeff
 


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