move gimple_canonical_types htab out of gc memory
authorTrevor Saunders <tsaunders@mozilla.com>
Tue, 9 Dec 2014 02:30:13 +0000 (02:30 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Tue, 9 Dec 2014 02:30:13 +0000 (02:30 +0000)
commit58dddbd21adef585e9f049e83bd58a1a08da074d
treeb63391e5870d1b6f296c60ed12a39f0c91842edf
parentf3dba89405a0c4982a83b1143d6ee05e0ee35b3e
move gimple_canonical_types htab out of gc memory

lto/

* lto.c (read_cgraph_and_symbols): allocate gimple_canonical_types
htab with malloc instead of ggc.

From-SVN: r218502
gcc/lto/ChangeLog
gcc/lto/lto.c