Commit 50cfd44e by Jan Hubicka Committed by Jan Hubicka

lto-streamer.h (class lto_location_cache): Turn loc_cache into auto_vec.

	* lto-streamer.h (class lto_location_cache): Turn loc_cache into
	auto_vec.

From-SVN: r221722
parent c3d11ebe
2015-03-26 Jan Hubicka <hubicka@ucw.cz>
* lto-streamer.h (class lto_location_cache): Turn loc_cache into
auto_vec.
2015-03-26 Jan Hubicka <hubicka@ucw.cz>
PR lto/65536
* lto-streamer.h (class lto_location_cache): New.
(struct data_in): Add location_cache.
......
......@@ -354,7 +354,7 @@ private:
/* The location cache. */
vec<cached_location> loc_cache;
auto_vec<cached_location> loc_cache;
/* Accepted entries are ones used by trees that are known to be not unified
by tree merging. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment