regclass.c (dump_regclass): New function.
authorJan Hubicka <hubicka@freesoft.cz>
Sun, 21 Nov 1999 12:33:17 +0000 (12:33 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 21 Nov 1999 12:33:17 +0000 (12:33 +0000)
commit246fd41f2d73a1ded9b7b1fd5d9c6ea7d5d82a11
treefaad37a97de1c3583de42c43a416e945058c536d
parenteeae2112fae80a54aedef36282238a548d3fcf08
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
gcc/ChangeLog
gcc/regclass.c
gcc/rtl.h
gcc/toplev.c