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: [PATCH] Prettify assembly output on SPARC (part #2)


Eric Botcazou <ebotcazou@libertysurf.fr> writes:
> 	* final.c (output_in_slot): New global variable.
> 	(final_scan_insn): Rename 'nopeepholes' parameter into 'inslot'.
> 	Pass zero as 'inslot' for the first insn of a SEQUENCE.  Adjust
> 	for above renaming.  Set 'output_in_slot' to the value of 'inslot'
> 	before invoking output_asm_insn and unset it after.
> 	(output_asm_insn): Add a space after the tab if 'output_in_slot'
> 	is set.

Sorry for making such a moronic "contribution", but mips already
emphasises delay slots by writing a newline after the delay slot
insn.  I kind-of like the output the way it is now.

Not trying to stand in the way of your patch though.  Just thought
I'd mention it...

Richard


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