From: dmalcolm Date: Mon, 10 Jun 2013 20:25:14 +0000 (+0000) Subject: * tree-into-ssa.c (interesting_blocks): Make static. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47c1894f25362b5698b3fe00a631fc1efacb3a90;p=thirdparty%2Fgcc.git * tree-into-ssa.c (interesting_blocks): Make static. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@199911 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de1f979e73f0..4c02221ba278 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-06-10 David Malcolm + + * tree-into-ssa.c (interesting_blocks): Make static. + 2013-06-10 Jakub Jelinek PR target/56564 diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index f028b25b19a0..4c630a3130ee 100644 --- a/gcc/tree-into-ssa.c +++ b/gcc/tree-into-ssa.c @@ -93,7 +93,7 @@ static sbitmap old_ssa_names; the operations done on them are presence tests. */ static sbitmap new_ssa_names; -sbitmap interesting_blocks; +static sbitmap interesting_blocks; /* Set of SSA names that have been marked to be released after they were registered in the replacement table. They will be finally