summaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>2005-03-30 18:53:35 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2005-03-30 18:53:35 +0000
commitc9d691e97774e863ea1b345b346f5d39ca88b645 (patch)
tree3b522691d940af91a0cf18e8d3ba9548a7a79e9b /gcc/output.h
parent15f188a462410bcdc0f173479ba80c2c9bb5f4eb (diff)
downloadgcc-c9d691e97774e863ea1b345b346f5d39ca88b645.tar.gz
final.c (final): Remove prescan parameter.
* final.c (final): Remove prescan parameter. Change all callers. (final_scan_insn): Remove prescan parameter. Change all callers. From-SVN: r97267
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 830178836bd..dbc2d4745dd 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -66,12 +66,12 @@ extern void final_start_function (rtx, FILE *, int);
extern void final_end_function (void);
/* Output assembler code for some insns: all or part of a function. */
-extern void final (rtx, FILE *, int, int);
+extern void final (rtx, FILE *, int);
/* The final scan for one insn, INSN. Args are same as in `final', except
that INSN is the insn being scanned. Value returned is the next insn to
be scanned. */
-extern rtx final_scan_insn (rtx, FILE *, int, int, int, int *);
+extern rtx final_scan_insn (rtx, FILE *, int, int, int *);
/* Replace a SUBREG with a REG or a MEM, based on the thing it is a
subreg of. */