]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tree-ssa-structalias.c (call_stmt_vars): Make static.
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 5 Jun 2013 00:52:32 +0000 (00:52 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Wed, 5 Jun 2013 00:52:32 +0000 (00:52 +0000)
* tree-ssa-structalias.c (call_stmt_vars): Make static.

From-SVN: r199679

gcc/ChangeLog
gcc/tree-ssa-structalias.c

index c168af8587883c2fcf4486f8a764ec13fa9ba1c7..673102f36e2731d545856f5b45d30e456c37d971 100644 (file)
@@ -1,3 +1,7 @@
+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>
 
        * lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.
index 1bfe2b2476fbeaa45ea6689ef0dfc37b88ae10ad..d7aeefe0b2226ad9b36f4dfc23c81c0e469b568b 100644 (file)
@@ -382,7 +382,7 @@ new_var_info (tree t, const char *name)
 
 /* A map mapping call statements to per-stmt variables for uses
    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.  */