diff options
author | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-10 20:25:14 +0000 |
---|---|---|
committer | dmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-06-10 20:25:14 +0000 |
commit | 47c1894f25362b5698b3fe00a631fc1efacb3a90 (patch) | |
tree | 00b357ee02eb56ca0b0b9a2fad05422d83a399cd /gcc/tree-into-ssa.c | |
parent | 52306b37a14376f9c016cbde5825538159abb964 (diff) | |
download | gcc-47c1894f25362b5698b3fe00a631fc1efacb3a90.tar.gz |
* 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
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 f028b25b19a..4c630a3130e 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 |