summaryrefslogtreecommitdiff
path: root/gcc/print-rtl.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-15 14:04:10 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-15 14:04:10 +0000
commit9ea8343030b2c1643c046e56a4212b3ba903134c (patch)
treef904b504d7b0e6016aba69dc8b456c718e0c587c /gcc/print-rtl.c
parent6a7488afb8f10aff65fddfa4b5e146634d7351ae (diff)
downloadgcc-9ea8343030b2c1643c046e56a4212b3ba903134c.tar.gz
* rtl.h (get_insn_name, print_rtl_with_bb): Add prototypes.
* print-rtl.c (get_insn_name): Remove prototype. * toplev.h (progname): Declare const. * toplev.c (init_decl_processing, init_obstacks, init_tree_codes, init_regs, init_optabs, init_stmt, init_reg_sets, dump_flow_info, dump_sched_info, dump_local_alloc, regset_release_memory, print_rtl, print_rtl_with_bb, rest_of_decl_compilation, error_with_file_and_line, error_with_decl, error_for_asm, error, fatal, warning_with_file_and_line, warning_with_decl, warning, pedwarn, pedwarn_with_decl, pedwarn_with_file_and_line, sorry): Remove redundant prototypes. (notice, check_lang_option, report_file_and_line, vnotice, mark_file_stack): Add static prototype. (set_fatal_function): Add prototype. (vnotice, report_file_and_line, set_fatal_function, check_lang_option): Constify a char*. (main): Prototype. Call return, not exit. cp: * typeck2.c (ack): Don't declare progname. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29433 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/print-rtl.c')
-rw-r--r--gcc/print-rtl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c
index 862999a8c75..75a52ee9900 100644
--- a/gcc/print-rtl.c
+++ b/gcc/print-rtl.c
@@ -52,10 +52,6 @@ static int sawclose = 0;
static int indent;
-/* Names for patterns. */
-
-extern const char *get_insn_name PROTO ((int));
-
static void print_rtx PROTO ((rtx));
/* Nonzero means suppress output of instruction numbers and line number