aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorStephane Carrez <Stephane.Carrez@worldnet.fr>2000-09-13 21:34:05 +0200
committerStephane Carrez <ciceron@gcc.gnu.org>2000-09-13 21:34:05 +0200
commitc349e40b5bd6e44ed3afb6a91633f736ddc668d6 (patch)
tree9f0163da7788dbdbf5f9158a769923ef406ce1d1 /gcc/rtl.h
parent2856c3e3f58327d111a846d4351c3c9568384944 (diff)
downloadgcc-c349e40b5bd6e44ed3afb6a91633f736ddc668d6.zip
gcc-c349e40b5bd6e44ed3afb6a91633f736ddc668d6.tar.gz
gcc-c349e40b5bd6e44ed3afb6a91633f736ddc668d6.tar.bz2
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
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 37acbd5..d1d7696 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1747,6 +1747,7 @@ extern void schedule_insns PARAMS ((FILE *));
extern void fix_sched_param PARAMS ((const char *, const char *));
/* In print-rtl.c */
+extern char *print_rtx_head;
extern void debug_rtx PARAMS ((rtx));
extern void debug_rtx_list PARAMS ((rtx, int));
extern void debug_rtx_range PARAMS ((rtx, rtx));