OSDN Git Service

* regclass.c (dump_regclass): New function.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Nov 1999 12:33:17 +0000 (12:33 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Nov 1999 12:33:17 +0000 (12:33 +0000)
commitac147b1a3c4854313542033cbe2c23089aa5a3fc
treefaad37a97de1c3583de42c43a416e945058c536d
parent4db0f37799513bffcc137e29381086fc5162e06a
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30600 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/regclass.c
gcc/rtl.h
gcc/toplev.c