From 16876bdcac75d7260d51b9226802cb1766c8bde0 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mon, 10 Jun 2013 20:25:14 +0000 Subject: [PATCH] tree-into-ssa.c (interesting_blocks): Make static. * tree-into-ssa.c (interesting_blocks): Make static. From-SVN: r199911 --- gcc/ChangeLog | 4 ++++ gcc/tree-into-ssa.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de1f979..4c02221 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 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 -- 2.7.4