integrate.c (allocate_initial_values): New function.
authorJ"orn Rennecke <amylaar@redhat.com>
Fri, 21 Sep 2001 00:45:30 +0000 (00:45 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 21 Sep 2001 00:45:30 +0000 (01:45 +0100)
commit385b6e2d89aafa6135634bf661b1b559dedc8de8
tree17d728b05bed014f8620fd0df4576c3c1a968f86
parenta4b5b2ae8d59dbaf8c855590cbd78ad3f5c47b64
integrate.c (allocate_initial_values): New function.

* 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.

From-SVN: r45716
gcc/ChangeLog
gcc/doc/tm.texi
gcc/integrate.c
gcc/integrate.h
gcc/local-alloc.c
gcc/reload1.c
gcc/toplev.c