Commit 70d51a19 by David Malcolm Committed by David Malcolm

tree-ssa-structalias.c (call_stmt_vars): Make static.

	* tree-ssa-structalias.c (call_stmt_vars): Make static.

From-SVN: r199679
parent ef571f6b
2013-06-05 David Malcolm <dmalcolm@redhat.com>
* tree-ssa-structalias.c (call_stmt_vars): Make static.
2013-06-04 Jan Hubicka <jh@suse.cz> 2013-06-04 Jan Hubicka <jh@suse.cz>
* lto-cgraph.c (get_alias_symbol): Remove weakref sanity check. * lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.
......
...@@ -382,7 +382,7 @@ new_var_info (tree t, const char *name) ...@@ -382,7 +382,7 @@ new_var_info (tree t, const char *name)
/* A map mapping call statements to per-stmt variables for uses /* A map mapping call statements to per-stmt variables for uses
and clobbers specific to the call. */ and clobbers specific to the call. */
struct pointer_map_t *call_stmt_vars; static struct pointer_map_t *call_stmt_vars;
/* Lookup or create the variable for the call statement CALL. */ /* Lookup or create the variable for the call statement CALL. */
......
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