lto-streamer-in.c (input_ssa_names): Do not allocate GIMPLE_NOP for all SSA names.
authorRichard Biener <rguenther@suse.de>
Fri, 22 Apr 2016 09:05:10 +0000 (09:05 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 22 Apr 2016 09:05:10 +0000 (09:05 +0000)
commit9a13d066d74c4842a453297b9d2ad9b07348e623
tree495f97f4f453f46fa0bfadbf2ab0ddb1664a37a5
parentd14311920581dff3d36aba3e3aeb53f82213ef83
lto-streamer-in.c (input_ssa_names): Do not allocate GIMPLE_NOP for all SSA names.

2016-04-22  Richard Biener  <rguenther@suse.de>

* lto-streamer-in.c (input_ssa_names): Do not allocate
GIMPLE_NOP for all SSA names.
* lto-streamer-out.c (output_ssa_names): Do not output
SSA names that should have been released.

From-SVN: r235360
gcc/ChangeLog
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c