tree-into-ssa.c (interesting_blocks): Make static.

* tree-into-ssa.c (interesting_blocks): Make static.

From-SVN: r199911
This commit is contained in:
David Malcolm 2013-06-10 20:25:14 +00:00 committed by David Malcolm
parent 5ee712eb20
commit 16876bdcac
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-06-10 David Malcolm <dmalcolm@redhat.com>
* tree-into-ssa.c (interesting_blocks): Make static.
2013-06-10 Jakub Jelinek <jakub@redhat.com> 2013-06-10 Jakub Jelinek <jakub@redhat.com>
PR target/56564 PR target/56564

View File

@ -93,7 +93,7 @@ static sbitmap old_ssa_names;
the operations done on them are presence tests. */ the operations done on them are presence tests. */
static sbitmap new_ssa_names; 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 /* Set of SSA names that have been marked to be released after they
were registered in the replacement table. They will be finally were registered in the replacement table. They will be finally