lto-streamer.h (class lto_location_cache): Turn loc_cache into auto_vec.
authorJan Hubicka <hubicka@ucw.cz>
Fri, 27 Mar 2015 09:03:15 +0000 (10:03 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 27 Mar 2015 09:03:15 +0000 (09:03 +0000)
* lto-streamer.h (class lto_location_cache): Turn loc_cache into
auto_vec.

From-SVN: r221722

gcc/ChangeLog
gcc/lto-streamer.h

index 240a2c9f70d2e1b73f9bff30815910d74ebad01e..e014dd89e32bad9db945808514afdc466fe485a0 100644 (file)
@@ -1,3 +1,8 @@
+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
index bf17efe470a85088317a651bedcf9592e777aa98..b383631a7477898bb9da81cde67939b9e2fe8991 100644 (file)
@@ -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.  */