aboutsummaryrefslogtreecommitdiff
path: root/gcc/output.h
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2014-08-25 21:00:03 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-08-25 21:00:03 +0000
commitf0cb8ae0d93a2a6d262414b8a662682db5c13368 (patch)
tree7d4a0fc14dc4c6f333a96ae37aec7cfecb7962cb /gcc/output.h
parenta943bf7a5b77b48b040d42588a44da8959057bfb (diff)
downloadgcc-f0cb8ae0d93a2a6d262414b8a662682db5c13368.zip
gcc-f0cb8ae0d93a2a6d262414b8a662682db5c13368.tar.gz
gcc-f0cb8ae0d93a2a6d262414b8a662682db5c13368.tar.bz2
final_start_function takes an rtx_insn
gcc/ * output.h (final_start_function): Strengthen param 1 from rtx to rtx_insn *. * final.c (final_start_function): Likewise, renaming back from "uncast_first" to "first", and dropping the checked cast from rtx to rtx_insn *. From-SVN: r214480
Diffstat (limited to 'gcc/output.h')
-rw-r--r--gcc/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/output.h b/gcc/output.h
index b4c8c47..a3a5d78 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -57,7 +57,7 @@ extern void shorten_branches (rtx_insn *);
for the new function. The label for the function and associated
assembler pseudo-ops have already been output in
`assemble_start_function'. */
-extern void final_start_function (rtx, FILE *, int);
+extern void final_start_function (rtx_insn *, FILE *, int);
/* Output assembler code for the end of a function.
For clarity, args are same as those of `final_start_function'