Commit c153ad03 by Jan Hubicka

Fix accidental commit.

From-SVN: r222016
parent 523f0450
......@@ -628,7 +628,7 @@ sem_item::update_hash_by_local_refs (hash_map <symtab_node *,
ref = node->iterate_reference (j, ref);
sem_item **result = m_symtab_node_map.get (ref->referring);
if (result)
state.add_int (ref->referring->type);
state.merge_hash ((*result)->hash);
}
if (type == FUNC)
......
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