cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.
authorMartin Jambor <mjambor@suse.cz>
Wed, 10 Sep 2014 11:36:29 +0000 (13:36 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Wed, 10 Sep 2014 11:36:29 +0000 (13:36 +0200)
commit77b7d74bf69cc11794079801e9c4b7bdaa7c4b16
tree2688547317992efb858cd32a074c6de325ec8d25
parentbec6320858ac191ce070cb789fc55792a73084da
cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.

2014-09-10  Martin Jambor  <mjambor@suse.cz>

* cgraphunit.c (expand_thunk): If not expanding, set analyzed flag.
(analyze): Do not set analyze flag if expand_thunk returns false;.
(create_wrapper): Likewise.
* cgraphclones.c (duplicate_thunk_for_node): Likewise.

From-SVN: r215123
gcc/ChangeLog
gcc/cgraphclones.c
gcc/cgraphunit.c