aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfglayout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-11-11 23:10:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-11-11 23:10:10 +0000
commita5d3e50dcdc03b2aefc0e176f4ba351cc26d4213 (patch)
treefff7e7af641776a4bac56eb59e5965526373a54b /gcc/cfglayout.c
parent04e2b4d3906885ad974c1b568f014a587dc37fbc (diff)
downloadgcc-a5d3e50dcdc03b2aefc0e176f4ba351cc26d4213.zip
gcc-a5d3e50dcdc03b2aefc0e176f4ba351cc26d4213.tar.gz
gcc-a5d3e50dcdc03b2aefc0e176f4ba351cc26d4213.tar.bz2
cfglayout.c (choose_inner_scope): Make it static.
* cfglayout.c (choose_inner_scope): Make it static. * rtl.h: Remove the corresponding prototype. From-SVN: r90502
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r--gcc/cfglayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c
index 2d88a37..4ca4c1b 100644
--- a/gcc/cfglayout.c
+++ b/gcc/cfglayout.c
@@ -347,7 +347,7 @@ set_block_levels (tree block, int level)
}
/* Return sope resulting from combination of S1 and S2. */
-tree
+static tree
choose_inner_scope (tree s1, tree s2)
{
if (!s1)