Commit 04b0eed0 by Jan Hubicka Committed by Jan Hubicka

cgraphunit.c (cgraph_function_and_variable_visibility): Fix typo in previous patch.

	* cgraphunit.c (cgraph_function_and_variable_visibility): Fix typo in
	previous patch.

From-SVN: r100506
parent 462508dd
2005-06-02 Jan Hubicka <jh@suse.cz>
* cgraphunit.c (cgraph_function_and_variable_visibility): Fix typo in
previous patch.
2005-06-02 Diego Novillo <dnovillo@redhat.com>
PR 21582
......
......@@ -1046,7 +1046,7 @@ cgraph_function_and_variable_visibility (void)
node->local.externally_visible = 1;
node->local.local = (!node->needed
&& node->analyzed
&& node->local.externally_visible);
&& !node->local.externally_visible);
}
for (vnode = cgraph_varpool_nodes_queue; vnode; vnode = vnode->next_needed)
{
......
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