OSDN Git Service

* reload1.c (reload_as_needed): Accept dumpfile argument,
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Aug 2000 15:49:01 +0000 (15:49 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Aug 2000 15:49:01 +0000 (15:49 +0000)
commitf0d643fd31cc71c23d610bb29af9ea5a5b041cc2
treeb4f7ddbf7b42c3c85f1c16874139919377b9fd5b
parenta0eaf4187c30e411302b98a7f3cd36ecee8c38bd
    * reload1.c (reload_as_needed): Accept dumpfile argument,
        pass it to emit_reload_insns.
        (emit_reload_insns): Add new dumpfile argument.  If non-null
        then dump the reloads for each insn into the dumpfile.
        (reload): Pass dumpfile to reload_as_needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35807 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/reload1.c