]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
authorJan Hubicka <jh@suse.cz>
Tue, 4 May 2010 15:42:15 +0000 (17:42 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 4 May 2010 15:42:15 +0000 (15:42 +0000)
commit85912441e43f7cf1fae2a156198362fb0cb1da81
tree78258eccf7c9f7fcc4913fb56584c03d1bcc703c
parent688a10c2b9346b7c8d3d9c5ccb10b358eac3770f
Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h

* Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.h
* cgraphbuild.c: Include ipa-utils.h
(record_reference_ctx): New struct.
(record_reference): Simplify to work on initializers; not statements.
(mark_address, mark_load, mark_store): New.
(build_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
walk PHI nodes too.
(record_references_in_initializer): Update use of record_reference.
(rebuild_cgraph_edges): Simplify using walk_stmt_load_store_addr_ops;
walk PHI nodes too.

From-SVN: r159032
gcc/ChangeLog
gcc/cgraphbuild.c
This page took 0.06259 seconds and 5 git commands to generate.