aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorJan Hubicka <hubicka@freesoft.cz>1999-11-21 12:33:17 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>1999-11-21 12:33:17 +0000
commit246fd41f2d73a1ded9b7b1fd5d9c6ea7d5d82a11 (patch)
treefaad37a97de1c3583de42c43a416e945058c536d /gcc/rtl.h
parenteeae2112fae80a54aedef36282238a548d3fcf08 (diff)
downloadgcc-246fd41f2d73a1ded9b7b1fd5d9c6ea7d5d82a11.zip
gcc-246fd41f2d73a1ded9b7b1fd5d9c6ea7d5d82a11.tar.gz
gcc-246fd41f2d73a1ded9b7b1fd5d9c6ea7d5d82a11.tar.bz2
regclass.c (dump_regclass): New function.
* regclass.c (dump_regclass): New function. (regclass): New parameter DUMP, call DUMP_REGCLASS. * toplev.c (rest_of_compilation): Opent lreg dump file before regclass, pass rtl_dump_file to regclass. * rtl.h (regclass): Update prototype. From-SVN: r30600
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index dedbe99..136cb92 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -1571,7 +1571,7 @@ extern void init_regs PROTO ((void));
extern void init_reg_sets PROTO ((void));
extern void regset_release_memory PROTO ((void));
extern void regclass_init PROTO ((void));
-extern void regclass PROTO ((rtx, int));
+extern void regclass PROTO ((rtx, int, FILE *));
extern void reg_scan PROTO ((rtx, int, int));
extern void reg_scan_update PROTO ((rtx, rtx, int));
extern void fix_register PROTO ((const char *, int, int));