]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not update SSA in lto-stremaer-in
authorJan Hubicka <hubicka@ucw.cz>
Tue, 3 Dec 2019 18:15:53 +0000 (19:15 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Tue, 3 Dec 2019 18:15:53 +0000 (18:15 +0000)
commit4f75f97bf61a610f21023b731159489e6d23f0fe
tree262a0354bdce60ac9f60a37e4362343747674705
parentbd8a2482569900a114d631f9c38353d3a96a1d85
Do not update SSA in lto-stremaer-in

* cgraph.c: Include tree-into-ssa.h
(cgraph_node::get_body): Call update_ssa.
* cgraphunit.c (cgraph_node::expand): Likewise.
* lto-streamer-in.c (input_function): Do not call update_ssa.

From-SVN: r278943
gcc/ChangeLog
gcc/cgraph.c
gcc/cgraphunit.c
gcc/cp/tree.c
gcc/lto-streamer-in.c