OSDN Git Service

* integrate.c (allocate_initial_values): New function.
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Sep 2001 00:45:30 +0000 (00:45 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Sep 2001 00:45:30 +0000 (00:45 +0000)
commit9fc61494ffa04efbeb012c9734ea30ecbcafeb53
tree17d728b05bed014f8620fd0df4576c3c1a968f86
parent291e3f966188fa078607b4b0f80540590b3ce8a1
* integrate.c (allocate_initial_values): New function.
* integrate.h (allocate_initial_values): Declare.
* local-alloc.c (local_alloc): Move call to allocate_reg_info from
here...
* reload1.c (reload): And initialization of reg_equiv_memory_loc
from here...
* toplev.c (rest_of_compilation): To here.
Call allocate_initial_values.
* tm.texi: add description for ALLOCATE_INITIAL_VALUE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45716 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/tm.texi
gcc/integrate.c
gcc/integrate.h
gcc/local-alloc.c
gcc/reload1.c
gcc/toplev.c