diff options
author | David Malcolm <dmalcolm@redhat.com> | 2013-06-10 20:25:14 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2013-06-10 20:25:14 +0000 |
commit | 16876bdcac75d7260d51b9226802cb1766c8bde0 (patch) | |
tree | 00b357ee02eb56ca0b0b9a2fad05422d83a399cd /gcc/tree-into-ssa.c | |
parent | 5ee712eb20ec5df9c9e4d641db349933a4954aab (diff) | |
download | gcc-16876bdcac75d7260d51b9226802cb1766c8bde0.zip gcc-16876bdcac75d7260d51b9226802cb1766c8bde0.tar.gz gcc-16876bdcac75d7260d51b9226802cb1766c8bde0.tar.bz2 |
tree-into-ssa.c (interesting_blocks): Make static.
* tree-into-ssa.c (interesting_blocks): Make static.
From-SVN: r199911
Diffstat (limited to 'gcc/tree-into-ssa.c')
-rw-r--r-- | gcc/tree-into-ssa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c index f028b25..4c630a3 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 |