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: cleanup alter_subreg; fix simplify_subreg


On Sun, Nov 11, 2001 at 05:47:05PM +0100, Jan Hubicka wrote:
> 	* dbxout.c (dbxout_symbol_location): Update call of alter_subreg.
> 	* final.c (walk_alter_subreg): Take pointer; update call of alter_subreg.
> 	(final_scan_insn): Update call of alter_subreg.
> 	(cleanup_subreg_operands): Likewise.
> 	(alter_subreg): Rewrite using simplify_subreg.
> 	(output_address, output_operand): Update call of alter_subreg.
> 	* output.h (alter_subreg): Update prototype.
> 	* sdbout.c (sdbout_symbol): Update call of alter_subreg.
> 	* simplify-rtx.c (simplify_subreg): Copy ORIGINAL_REGNO.

Ok, except, 

> !       if (!new)
> ! 	debug_rtx (x);

You left this in.


r~


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