flags.h (flag_dump_rtl_in_asm): Declare.
authorStephane Carrez <Stephane.Carrez@worldnet.fr>
Wed, 13 Sep 2000 19:34:05 +0000 (21:34 +0200)
committerStephane Carrez <ciceron@gcc.gnu.org>
Wed, 13 Sep 2000 19:34:05 +0000 (21:34 +0200)
commitc349e40b5bd6e44ed3afb6a91633f736ddc668d6
tree9f0163da7788dbdbf5f9158a769923ef406ce1d1
parent2856c3e3f58327d111a846d4351c3c9568384944
flags.h (flag_dump_rtl_in_asm): Declare.

* flags.h (flag_dump_rtl_in_asm): Declare.
* toplev.c (flag_dump_rtl_in_asm): Define.
(decode_d_option): Set flag_dump_rtl_in_asm and flag_print_asm_name
if -dP is specified.
* rtl.h (print_rtx_head): Declare.
* print-rtl.c (print_rtx_head): Define.
(print_rtx): Print the string pointed to by print_rtx_head
at beginning of each dump line.
(print_rtl): Likewise.
(print_rtl_single): Likewise.
* final.c (final_scan_insn): Dump the insn in the assembly
file for debugging.
* gcc.1: Document -dP option.
* invoke.texi (Debugging Options): Likewise.

From-SVN: r36394
gcc/ChangeLog
gcc/final.c
gcc/flags.h
gcc/gcc.1
gcc/print-rtl.c
gcc/rtl.h
gcc/toplev.c