aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2013-06-20 16:23:15 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2013-06-20 14:23:15 +0000
commit7a89ad000878474ca2eea733bd209cfa8cbf73ce (patch)
tree7d73d63f18320cc3c593b2372cb9cc34ad6a92ab /gcc/lto-cgraph.c
parentcda7fd66fde00b160d6ba9b4b626082d09ea5929 (diff)
downloadgcc-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.c2
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;