diff options
author | Jan Hubicka <jh@suse.cz> | 2013-06-20 16:23:15 +0200 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2013-06-20 14:23:15 +0000 |
commit | 7a89ad000878474ca2eea733bd209cfa8cbf73ce (patch) | |
tree | 7d73d63f18320cc3c593b2372cb9cc34ad6a92ab /gcc/lto-cgraph.c | |
parent | cda7fd66fde00b160d6ba9b4b626082d09ea5929 (diff) | |
download | gcc-7a89ad000878474ca2eea733bd209cfa8cbf73ce.zip gcc-7a89ad000878474ca2eea733bd209cfa8cbf73ce.tar.gz gcc-7a89ad000878474ca2eea733bd209cfa8cbf73ce.tar.bz2 |
lto-cgraph.c (input_symtab): Do not set cgraph state.
* lto-cgraph.c (input_symtab): Do not set cgraph state.
* lto.c (read_cgraph_and_symbols): Set cgraph state.
From-SVN: r200247
Diffstat (limited to 'gcc/lto-cgraph.c')
-rw-r--r-- | gcc/lto-cgraph.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/lto-cgraph.c b/gcc/lto-cgraph.c index 2122f70..6c9a028 100644 --- a/gcc/lto-cgraph.c +++ b/gcc/lto-cgraph.c @@ -1451,8 +1451,6 @@ input_symtab (void) unsigned int j = 0; struct cgraph_node *node; - cgraph_state = CGRAPH_STATE_IPA_SSA; - while ((file_data = file_data_vec[j++])) { const char *data; |