lto.c: Update copyright...
authorJan Hubicka <jh@suse.cz>
Wed, 11 Apr 2012 17:47:01 +0000 (19:47 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 11 Apr 2012 17:47:01 +0000 (17:47 +0000)
commita66dc2852c9ca8359c1649c86c0182b66be8ee92
treeb09f68a90379e756d6e4c89adad4e7a2412d93bb
parentc634f4ba6f4178ad317f03a61179ba7596b9c737
lto.c: Update copyright...

* lto.c: Update copyright; remove params.h, ipa-inline.h
and ipa-utils.h inlines; inline lto-partition.h
(ltrans_partition_def, ltrans_partition, add_cgraph_node_to_partition,
add_varpool_node_to_partition, new_partition, free_ltrans_partitions,
add_references_to_partition, add_cgraph_node_to_partition_1,
add_cgraph_node_to_partition, add_varpool_node_to_partition,
undo_partition, partition_cgraph_node_p, partition_varpool_node_p,
lto_1_to_1_map, node_cmp, varpool_node_cmp, lto_balanced_map,
promote_var, promote_fn, lto_promote_cross_file_statics): move to...
* lto-partition.c: ... here; new file.
* lto-partition.h: New file.
* Make-lang.in (lto.o): Update dependencies.
(lto-partition.o): New.

From-SVN: r186343
gcc/lto/ChangeLog
gcc/lto/Make-lang.in
gcc/lto/lto-partition.c [new file with mode: 0644]
gcc/lto/lto-partition.h [new file with mode: 0644]
gcc/lto/lto.c