r130705 - in /branches/lto/gcc: ChangeLog.lto l...

froydnj@gcc.gnu.org froydnj@gcc.gnu.org
Sat Dec 8 04:35:00 GMT 2007


Author: froydnj
Date: Sat Dec  8 04:35:14 2007
New Revision: 130705

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130705
Log:
gcc/
	* tree-flow.h (init_empty_tree_cfg_for_function): Declare.
	* tree-cfg.c (init_empty_tree_cfg_for_function): Define.
	(init_empty_tree_cfg): Call it.
	* lto_function-out.c (output_cfg): Write out the block chain.

gcc/lto/
	* lto-read.c (input_cfg): Call init_empty_tree_cfg_for_function.
	Grow the basic_block_info and label_to_block_map vectors if
	necessary.  Read in the block chain.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/lto-function-out.c
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lto-read.c
    branches/lto/gcc/tree-cfg.c
    branches/lto/gcc/tree-flow.h



More information about the Gcc-cvs mailing list